ATLAS Offline Software
Control
AthenaExamples
AthExHIP
share
AthExHIP/share/LinearTransformExample_jobOptions.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
2
#
3
# JobOptions for running AthHIPExamples::LinearTransformExampleAlg.
4
#
5
6
# Set up / access the algorithm sequence.
7
from
AthenaCommon.AlgSequence
import
AlgSequence
8
algSequence =
AlgSequence
()
9
10
# Add the algorithm to the sequence.
11
from
AthExHIP.AthExHIPConf
import
AthHIPExamples__LinearTransformExampleAlg
12
algSequence += AthHIPExamples__LinearTransformExampleAlg()
13
14
# Run for 10 "events".
15
theApp.EvtMax = 10
python.AlgSequence.AlgSequence
AlgSequence
Definition:
PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py:7
Generated on Wed Jan 8 2025 21:13:10 for ATLAS Offline Software by
1.8.18