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
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
python
HGTD_ConfigFlags
Classes
|
Functions
python.HGTD_ConfigFlags Namespace Reference
Classes
class
ClusteringStrategy
Functions
def
createHGTD_ConfigFlags
()
Function Documentation
◆
createHGTD_ConfigFlags()
def python.HGTD_ConfigFlags.createHGTD_ConfigFlags
(
)
Definition at line
10
of file
HGTD_ConfigFlags.py
.
10
def
createHGTD_ConfigFlags
():
11
hgtdcf = AthConfigFlags()
12
13
hgtdcf.addFlag(
'HGTD.doMonitoring'
,
False
)
14
hgtdcf.addFlag(
'HGTD.doActs'
,
False
)
15
hgtdcf.addFlag(
'HGTD.Acts.ClusteringStrategy'
, ClusteringStrategy.SinglePad, type=ClusteringStrategy)
16
17
hgtdcf.addFlag(
"HGTD.Geometry.useGeoModelXml"
,
True
)
18
hgtdcf.addFlag(
"HGTD.Geometry.isLocal"
,
False
)
19
hgtdcf.addFlag(
"HGTD.Geometry.Filename"
,
"HGTD.gmx"
)
20
hgtdcf.addFlag(
"HGTD.Geometry.ClobOutputName"
,
""
)
21
22
hgtdcf.addFlag(
"HGTD.trackingGeometry.passiveBarrelMatZbins"
, 100)
# Number of z bins to be used for passive material layers
23
hgtdcf.addFlag(
"HGTD.trackingGeometry.passiveBarrelMatPhiBins"
, 50)
# Number of phi bins to be used for passive material layers
24
hgtdcf.addFlag(
"HGTD.trackingGeometry.passiveEndcapMatRbins"
, 50)
# Number of r bins to be used for passive material layers
25
hgtdcf.addFlag(
"HGTD.trackingGeometry.passiveEndcapMatPhiBins"
, 50)
# Number of phi bins to be used for passive material
26
27
return
hgtdcf
python.HGTD_ConfigFlags.createHGTD_ConfigFlags
def createHGTD_ConfigFlags()
Definition:
HGTD_ConfigFlags.py:10
Generated on Thu Apr 24 2025 22:03:24 for ATLAS Offline Software by
1.8.18