ATLAS Offline Software
Loading...
Searching...
No Matches
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
Generated on
for ATLAS Offline Software by
1.14.0