Skip to content

Commit

Permalink
Use Gaudi__Sequencer instead of the Sequencer coming from GaudiAlg (#198
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jmcarcell authored Aug 6, 2024
1 parent 2c1b2a2 commit b6c0ec6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/gaudi_opts/clicReconstruction_mt.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
from Gaudi.Configuration import *

# Parallel stuff
from Configurables import (HiveWhiteBoard, HiveSlimEventLoopMgr, AvalancheSchedulerSvc, GaudiSequencer)
from Configurables import (HiveWhiteBoard, HiveSlimEventLoopMgr, AvalancheSchedulerSvc, Gaudi__Sequencer as Sequencer)


evtslots = 4
cardinality = 1
Expand Down Expand Up @@ -1462,7 +1463,7 @@
algo.Cardinality = cardinality
algo.OutputLevel = DEBUG

seq = GaudiSequencer(
seq = Sequencer(
"createViewSeq",
Members=algList,
Sequential=True,
Expand Down

0 comments on commit b6c0ec6

Please sign in to comment.