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]