ATLAS Offline Software
Functions
TBDetDescrAlgConfig Namespace Reference
Functions
def
TBDetDescrLoaderCfg
(flags, **kwargs)
Function Documentation
◆
TBDetDescrLoaderCfg()
def TBDetDescrAlgConfig.TBDetDescrLoaderCfg
(
flags
,
**
kwargs
)
Definition at line
6
of file
TBDetDescrAlgConfig.py
.
6
def
TBDetDescrLoaderCfg
(flags, **kwargs):
7
result =
ComponentAccumulator
()
8
kwargs.setdefault(
"TBElementContainer"
,
"TBElementCnt"
)
9
kwargs.setdefault(
"TBDetDescrManager"
,
"TBDetDescrMgr"
)
10
# do not read anything from StoreGate
11
kwargs.setdefault(
"ReadAction"
, 0)
12
# and write TBDetDescrContainer to StoreGate every event
13
kwargs.setdefault(
"WriteAction"
, 2)
14
kwargs.setdefault(
"OutputLevel"
, 5)
15
result.addEventAlgo(CompFactory.TBDetDescrLoader(**kwargs))
16
return
result
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
TBDetDescrAlgConfig.TBDetDescrLoaderCfg
def TBDetDescrLoaderCfg(flags, **kwargs)
Definition:
TBDetDescrAlgConfig.py:6
Generated on Tue Jan 7 2025 22:04:12 for ATLAS Offline Software by
1.8.18