Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
InnerDetector
InDetAlignment
InDetAlignConfig
python
IDAlignFlags.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2
3
# File: InDetAlignConfig/python/IDAlignFlags.py
4
# Author: David Brunner (david.brunner@cern.ch), Thomas Strebler (thomas.strebler@cern.ch)
5
6
def
createInDetAlignFlags
():
7
from
AthenaConfiguration.AthConfigFlags
import
AthConfigFlags
8
icf = AthConfigFlags()
9
10
icf.addFlag(
"baseDir"
,
"./"
)
11
icf.addFlag(
"accumulate"
,
True
)
12
icf.addFlag(
"solveLocal"
,
True
)
13
icf.addFlag(
"doMonitoring"
,
False
)
14
icf.addFlag(
"alignInDet"
,
True
)
15
icf.addFlag(
"alignSilicon"
,
True
)
16
icf.addFlag(
"alignPixel"
,
True
)
17
icf.addFlag(
"alignSCT"
,
True
)
18
icf.addFlag(
"alignTRT"
,
True
)
19
icf.addFlag(
"writeConstantsToPool"
,
True
)
20
icf.addFlag(
"writeSilicon"
,
True
)
21
icf.addFlag(
"writeTRT"
,
True
)
22
icf.addFlag(
"writeTRTL3"
,
False
)
23
icf.addFlag(
"writeIBLDistDB"
,
True
)
24
icf.addFlag(
"writeDynamicDB"
,
True
)
25
icf.addFlag(
"writeAlignNtuple"
,
False
)
26
icf.addFlag(
"readL3Only"
,
False
)
27
icf.addFlag(
"tagSi"
,
"IndetAlign_test"
)
28
icf.addFlag(
"tagTRT"
,
"TRTAlign_test"
)
29
icf.addFlag(
"tagBow"
,
"IndetIBLDist"
)
30
icf.addFlag(
"BeamSpotTag"
,
"IndetBeampos-RUN3-ES1-UPD2-02"
)
31
icf.addFlag(
"DynamicL1IDTag"
,
"InDetAlignL1-RUN3-BLK-UPD4-01"
)
32
icf.addFlag(
"DynamicL2PIXTag"
,
"InDetAlignL2PIX-RUN3-BLK-UPD4-01"
)
33
icf.addFlag(
"DynamicL2SCTTag"
,
"InDetAlignL2SCT-RUN3-BLK-UPD4-01"
)
34
icf.addFlag(
"DynamicL1TRTTag"
,
"TRTAlignL1-RUN3-BLK-UPD4-01"
)
35
icf.addFlag(
"DynamicL3SiTag"
,
""
)
36
icf.addFlag(
"DynamicL2TRTTag"
,
""
)
37
icf.addFlag(
"ErrorScalingTag"
,
""
)
38
icf.addFlag(
"LorentzAngleTag"
,
""
)
39
icf.addFlag(
"MDNTag"
,
""
)
40
icf.addFlag(
"PixelDistortionTag"
,
""
)
41
icf.addFlag(
"TRTCalibT0TagCos"
,
""
)
42
icf.addFlag(
"TRTCalibRtTagCos"
,
""
)
43
icf.addFlag(
"useDynamicAlignFolders"
,
False
)
44
icf.addFlag(
"inputAlignmentConstants"
, [])
45
icf.addFlag(
"inputBowingDatabase"
,
""
)
46
icf.addFlag(
"inputDynamicGlobalDatabase"
,
""
)
47
icf.addFlag(
"siPoolFile"
, [])
48
icf.addFlag(
"inputTFiles"
,
"AlignmentTFile.root"
)
49
icf.addFlag(
"outputConditionFile"
,
"alignment_output.pool.root"
)
50
51
return
icf
IDAlignFlags.createInDetAlignFlags
def createInDetAlignFlags()
Definition:
IDAlignFlags.py:6
Generated on Thu May 8 2025 21:10:41 for ATLAS Offline Software by
1.8.18