From 73ca794c0a0e7e3826240a9f794ea9c46defb7fc Mon Sep 17 00:00:00 2001 From: Juraj Smiesko Date: Fri, 20 Sep 2024 09:35:41 +0200 Subject: [PATCH] Removing EventCounter from the tests --- Examples/options/geant_fullsim_fccee_lar_pgun.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Examples/options/geant_fullsim_fccee_lar_pgun.py b/Examples/options/geant_fullsim_fccee_lar_pgun.py index 268e4a426..2955b78a6 100644 --- a/Examples/options/geant_fullsim_fccee_lar_pgun.py +++ b/Examples/options/geant_fullsim_fccee_lar_pgun.py @@ -273,10 +273,4 @@ createEcalBarrelCells.AuditExecute = True createHcalBarrelCells.AuditExecute = True out.AuditExecute = True -#ApplicationMgr().ExtSvc += [audsvc] - -from Configurables import EventCounter -event_counter = EventCounter('event_counter') -event_counter.Frequency = 10 -ApplicationMgr().TopAlg += [event_counter] - +# ApplicationMgr().ExtSvc += [audsvc]