ATLAS Offline Software
GetDetectorPositionsITK.py
Go to the documentation of this file.
1 #--------------------------------------------------------------
2 # These jobOptions call PrintAlignmentPositions and can be included
3 # in any running of InDetRecExample
4 #--------------------------------------------------------------
5 # Full job is a list of algorithms
6 from AthenaCommon.AlgSequence import AlgSequence
7 job = AlgSequence()
8 
9 # Add top algorithms to be run
10 from InDetSimpleVisual.InDetSimpleVisualConf import GetDetectorPositions
11 job += GetDetectorPositions(name="GetDetectorPositions",
12  DetailLevel = 0,
13  DoTRT = False)
14 
15 #--------------------------------------------------------------
16 # Set output level threshold (DEBUG, INFO, WARNING, ERROR, FATAL)
17 #--------------------------------------------------------------
18 job.GetDetectorPositions.OutputLevel = INFO
python.AlgSequence.AlgSequence
AlgSequence
Definition: PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py:7
GetDetectorPositions
Definition: GetDetectorPositions.py:1