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
InDetPoolReadConfig
Functions
python.InDetPoolReadConfig Namespace Reference
Functions
ComponentAccumulator
InDetPoolReadCfg
(flags)
Function Documentation
◆
InDetPoolReadCfg()
ComponentAccumulator python.InDetPoolReadConfig.InDetPoolReadCfg
(
flags
)
Definition at line
5
of file
InDetPoolReadConfig.py
.
5
def
InDetPoolReadCfg
(flags) -> ComponentAccumulator:
6
acc =
ComponentAccumulator
()
7
8
from
AthenaPoolCnvSvc.PoolReadConfig
import
PoolReadCfg
9
acc.merge(
PoolReadCfg
(flags))
10
11
# Schedule reader algorithms for xAOD::SpacePoint collections
12
from
InDetConfig.InDetMeasurementsUtilitiesConfig
import
xAODSpacePointReaderAlgCfg
13
typedCollections = flags.Input.TypedCollections
14
for
typedCollection
in
typedCollections:
15
[colType, colName] = typedCollection.split(
'#'
)
16
17
# Space Point Collections
18
if
colType ==
"xAOD::SpacePointContainer"
:
19
acc.merge(
xAODSpacePointReaderAlgCfg
(flags,
20
name=f
"{colName}ReaderAlg"
,
21
SpacePointKey=colName))
22
continue
23
24
return
acc
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
python.InDetPoolReadConfig.InDetPoolReadCfg
ComponentAccumulator InDetPoolReadCfg(flags)
Definition:
InDetPoolReadConfig.py:5
python.InDetMeasurementsUtilitiesConfig.xAODSpacePointReaderAlgCfg
ComponentAccumulator xAODSpacePointReaderAlgCfg(flags, str name, **dict kwargs)
Definition:
InDetMeasurementsUtilitiesConfig.py:6
python.PoolReadConfig.PoolReadCfg
def PoolReadCfg(flags)
Definition:
PoolReadConfig.py:69
Generated on Thu Apr 24 2025 22:03:26 for ATLAS Offline Software by
1.8.18