Skip to content

Commit

Permalink
Removing EventCounter from the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Sep 20, 2024
1 parent 99b71dc commit 73ca794
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Examples/options/geant_fullsim_fccee_lar_pgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 73ca794

Please sign in to comment.