Skip to content

Commit

Permalink
Update test/k4FWCoreTest/options/TestEventCounter.py
Browse files Browse the repository at this point in the history
Co-authored-by: Juan Miguel Carceller <[email protected]>
  • Loading branch information
m-fila and jmcarcell committed Oct 30, 2024
1 parent dd5db6b commit 7b23cd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/k4FWCoreTest/options/TestEventCounter.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
TopAlg=[counter_1, counter_2],
EvtSel="NONE",
EvtMax=4,
ExtSvc=[whiteboard, "Gaudi::Monitoring::MessageSvcSink"],
# Add "MessageSvcSink" for a table at the end with a statistical summary of the counter data
# ExtSvc=[whiteboard, "Gaudi::Monitoring::MessageSvcSink"],
ExtSvc=[whiteboard],
EventLoop=slimeventloopmgr,
OutputLevel=INFO,
)

0 comments on commit 7b23cd2

Please sign in to comment.