Skip to content

Commit

Permalink
Adapt to the removal of GaudiAlg (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucF authored Aug 7, 2024
1 parent 7f94a91 commit 3a6e339
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v02/run_digi_reco.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from Configurables import ApplicationMgr
from Configurables import EventCounter
from Configurables import AuditorSvc, ChronoAuditor
from Configurables import k4DataSvc, PodioInput
from Configurables import PodioOutput
Expand Down Expand Up @@ -397,15 +396,11 @@
createTopoClusters.AuditExecute = True
out.AuditExecute = True

event_counter = EventCounter('event_counter')
event_counter.Frequency = 10

ExtSvc = [evtsvc, geoservice, podioevent, audsvc]
if dumpGDML:
ExtSvc += [gdmldumpservice]

TopAlg = [
event_counter,
input_reader,
createEcalBarrelCells,
createEcalBarrelPositionedCells,
Expand Down
6 changes: 0 additions & 6 deletions FCCee/FullSim/ALLEGRO/ALLEGRO_o1_v03/run_digi_reco.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# IMPORTS
#
from Configurables import ApplicationMgr
from Configurables import EventCounter
from Configurables import AuditorSvc, ChronoAuditor
# Input/output
from Configurables import k4DataSvc, PodioInput
Expand Down Expand Up @@ -705,18 +704,13 @@
audsvc.Auditors = [chra]
out.AuditExecute = True

# Event counter
event_counter = EventCounter('event_counter')
event_counter.Frequency = 10

# Configure list of external services
ExtSvc = [geoservice, podioevent, audsvc]
if dumpGDML:
ExtSvc += [gdmldumpservice]

# Setup alg sequence
TopAlg = [
event_counter,
input_reader,
createEcalBarrelCells,
createEcalBarrelPositionedCells,
Expand Down

0 comments on commit 3a6e339

Please sign in to comment.