ATLAS Offline Software
Control
AthenaExamples
AthExStoreGateExample
share
dflow_jobo.py
Go to the documentation of this file.
1
6
7
#--------------------------------------------------------------
8
# ATLAS default Application Configuration options
9
#--------------------------------------------------------------
10
11
# Use McEventSelector so we can run with AthenaMP
12
import
AthenaCommon.AtlasUnixGeneratorJob
13
14
# Full job is a list of algorithms
15
from
AthenaCommon.AlgSequence
import
AlgSequence
16
job =
AlgSequence
()
17
18
# Add top algorithms to be run
19
job += CfgMgr.AthEx__DFlowAlg1(
"dflow_alg1"
)
20
job += CfgMgr.AthEx__DFlowAlg2(
"dflow_alg2"
)
21
job += CfgMgr.AthEx__DFlowAlg3(
"dflow_alg3"
)
22
23
#--------------------------------------------------------------
24
# Event related parameters
25
#--------------------------------------------------------------
26
theApp.EvtMax = 10
27
28
29
#==============================================================
30
#
31
# End of job options file
32
#
33
34
python.AlgSequence.AlgSequence
AlgSequence
Definition:
PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py:7
Generated on Mon Dec 23 2024 21:09:25 for ATLAS Offline Software by
1.8.18