Definition at line 252 of file PoolFile.py.
◆ augmentationName()
| def python.PoolFile.PoolOpts.augmentationName |
( |
|
cls, |
|
|
|
name |
|
) |
| |
Definition at line 296 of file PoolFile.py.
296 def augmentationName(cls, name):
297 s = (name+
"__").
split(
'_')[2]
298 if s.endswith(
"Form"):
◆ isAugmentation()
| def python.PoolFile.PoolOpts.isAugmentation |
( |
|
cls, |
|
|
|
name |
|
) |
| |
Definition at line 292 of file PoolFile.py.
292 def isAugmentation(cls, name):
293 return "_DAOD_" in name
◆ isAugmentedHeader()
| def python.PoolFile.PoolOpts.isAugmentedHeader |
( |
|
cls, |
|
|
|
name |
|
) |
| |
Definition at line 303 of file PoolFile.py.
303 def isAugmentedHeader(cls, name):
304 return name.startswith(PoolOpts.POOL_HEADER)
and cls.isAugmentation(name)
◆ isData()
| def python.PoolFile.PoolOpts.isData |
( |
|
cls, |
|
|
|
name |
|
) |
| |
Definition at line 278 of file PoolFile.py.
278 def isData(cls, name):
279 return not name.startswith(
"##")
and not cls.isDataHeader(name)
◆ isDataHeader()
| def python.PoolFile.PoolOpts.isDataHeader |
( |
|
cls, |
|
|
|
name |
|
) |
| |
Definition at line 282 of file PoolFile.py.
282 def isDataHeader(cls, name):
283 return name
in {cls.TTreeNames.DataHeader
284 , cls.TTreeNames.DataHeader+
"_DataHeader"
285 , cls.RNTupleNames.DataHeader}
◆ isEventData()
| def python.PoolFile.PoolOpts.isEventData |
( |
|
cls, |
|
|
|
name |
|
) |
| |
Definition at line 288 of file PoolFile.py.
288 def isEventData(cls, name):
289 return name.startswith(PoolOpts.EVENT_DATA)
◆ EVENT_DATA
| python.PoolFile.PoolOpts.EVENT_DATA |
|
static |
◆ FAST_MODE
| python.PoolFile.PoolOpts.FAST_MODE |
|
static |
◆ HDR_FORMAT
| python.PoolFile.PoolOpts.HDR_FORMAT |
|
static |
◆ META_DATA
| python.PoolFile.PoolOpts.META_DATA |
|
static |
◆ POOL_HEADER
| python.PoolFile.PoolOpts.POOL_HEADER |
|
static |
◆ READ_MODE
| python.PoolFile.PoolOpts.READ_MODE |
|
static |
◆ ROW_FORMAT
| python.PoolFile.PoolOpts.ROW_FORMAT |
|
static |
◆ SUPER_DETAILED_BRANCH_SZ
| python.PoolFile.PoolOpts.SUPER_DETAILED_BRANCH_SZ |
|
static |
The documentation for this class was generated from the following file: