Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
benchmarks
physics_benchmarks
Commits
fe856081
Commit
fe856081
authored
Jun 27, 2022
by
Wouter Deconinck
Browse files
SequencerTimerTool
parent
6328af64
Pipeline
#32598
failed with stages
in 23 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
options/reconstruction.py
View file @
fe856081
from
Gaudi.Configuration
import
*
from
Configurables
import
HiveWhiteBoard
,
HiveSlimEventLoopMgr
,
AvalancheSchedulerSvc
from
Configurables
import
GaudiSequencer
,
ApplicationMgr
from
Configurables
import
GaudiSequencer
,
SequencerTimerTool
,
ApplicationMgr
from
Configurables
import
AuditorSvc
,
EICDataSvc
,
PodioOutput
,
GeoSvc
from
GaudiKernel
import
SystemOfUnits
as
units
from
GaudiKernel.SystemOfUnits
import
MeV
,
GeV
,
mm
,
cm
,
mrad
...
...
@@ -1022,19 +1022,19 @@ algorithms.append(podout)
cardinality
=
1
for
alg
in
algorithms
:
alg
.
Cardinality
=
cardinality
seq
=
GaudiSequencer
(
"seq"
,
seq
uencer
=
GaudiSequencer
(
"seq
uencer
"
,
Members
=
algorithms
,
Sequential
=
True
,
OutputLevel
=
WARNING
)
ApplicationMgr
(
TopAlg
=
[
seq
],
TopAlg
=
[
seq
uencer
],
EvtSel
=
'NONE'
,
EvtMax
=
n_events
,
ExtSvc
=
services
,
EventLoop
=
slimeventloopmgr
,
MessageSvcType
=
"InertMessageSvc"
,
MessageSvcType
=
"InertMessageSvc"
,
OutputLevel
=
WARNING
,
AuditAlgorithms
=
True
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment