From 7b23cd25039e5d99df781dbc09bbcfee6c9fd7da Mon Sep 17 00:00:00 2001 From: Mateusz Jakub Fila <37295697+m-fila@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:18:41 +0100 Subject: [PATCH] Update test/k4FWCoreTest/options/TestEventCounter.py Co-authored-by: Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com> --- test/k4FWCoreTest/options/TestEventCounter.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/k4FWCoreTest/options/TestEventCounter.py b/test/k4FWCoreTest/options/TestEventCounter.py index 96e93e12..e23b7b0b 100644 --- a/test/k4FWCoreTest/options/TestEventCounter.py +++ b/test/k4FWCoreTest/options/TestEventCounter.py @@ -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, )