Skip to content

Commit

Permalink
Fix tests following removal of GaudiAlg
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucF committed Aug 7, 2024
1 parent f48ecfa commit 33f5af3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 deletions.
5 changes: 0 additions & 5 deletions ARCdigi/test/runARCdigitizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,8 @@
arc_digitizer.AuditExecute = True
podiooutput.AuditExecute = True

from Configurables import EventCounter
event_counter = EventCounter('event_counter')
event_counter.Frequency = 1

ApplicationMgr(
TopAlg = [
event_counter,
podioinput,
arc_digitizer,
podiooutput
Expand Down
5 changes: 0 additions & 5 deletions DCHdigi/test/runDCHsimpleDigitizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,9 @@
geantsim.AuditExecute = True
out.AuditExecute = True

from Configurables import EventCounter
event_counter = EventCounter('event_counter')
event_counter.Frequency = 1

from Configurables import ApplicationMgr
ApplicationMgr(
TopAlg = [
event_counter,
genAlg,
hepmc_converter,
geantsim,
Expand Down
5 changes: 0 additions & 5 deletions Tracking/test/runGenFitTrackingOnSimplifiedDriftChamber.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,9 @@
geantsim.AuditExecute = True
out.AuditExecute = True

from Configurables import EventCounter
event_counter = EventCounter('event_counter')
event_counter.Frequency = 1

from Configurables import ApplicationMgr
ApplicationMgr(
TopAlg = [
event_counter,
genAlg,
hepmc_converter,
geantsim,
Expand Down
6 changes: 0 additions & 6 deletions VTXdigi/test/runVTXdigitizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,16 +268,11 @@
geantsim.AuditExecute = True
out.AuditExecute = True

from Configurables import EventCounter
event_counter = EventCounter('event_counter')
event_counter.Frequency = 1

from Configurables import ApplicationMgr

# # CLD
# ApplicationMgr(
# TopAlg = [
# event_counter,
# genAlg,
# hepmc_converter,
# geantsim,
Expand All @@ -293,7 +288,6 @@
# IDEA
ApplicationMgr(
TopAlg = [
event_counter,
genAlg,
hepmc_converter,
geantsim,
Expand Down

0 comments on commit 33f5af3

Please sign in to comment.