Definition at line 253 of file PoolFile.py.
◆ augmentationName()
def python.PoolFile.PoolOpts.augmentationName |
( |
|
cls, |
|
|
|
name |
|
) |
| |
Definition at line 297 of file PoolFile.py.
297 def augmentationName(cls, name):
298 s = (name+
"__").
split(
'_')[2]
299 if s.endswith(
"Form"):
◆ isAugmentation()
def python.PoolFile.PoolOpts.isAugmentation |
( |
|
cls, |
|
|
|
name |
|
) |
| |
Definition at line 293 of file PoolFile.py.
293 def isAugmentation(cls, name):
294 return "_DAOD_" in name
◆ isAugmentedHeader()
def python.PoolFile.PoolOpts.isAugmentedHeader |
( |
|
cls, |
|
|
|
name |
|
) |
| |
Definition at line 304 of file PoolFile.py.
304 def isAugmentedHeader(cls, name):
305 return name.startswith(PoolOpts.POOL_HEADER)
and cls.isAugmentation(name)
◆ isData()
def python.PoolFile.PoolOpts.isData |
( |
|
cls, |
|
|
|
name |
|
) |
| |
Definition at line 279 of file PoolFile.py.
279 def isData(cls, name):
280 return not name.startswith(
"##")
and not cls.isDataHeader(name)
◆ isDataHeader()
def python.PoolFile.PoolOpts.isDataHeader |
( |
|
cls, |
|
|
|
name |
|
) |
| |
Definition at line 283 of file PoolFile.py.
283 def isDataHeader(cls, name):
284 return name
in {cls.TTreeNames.DataHeader
285 , cls.TTreeNames.DataHeader+
"_DataHeader"
286 , cls.RNTupleNames.DataHeader}
◆ isEventData()
def python.PoolFile.PoolOpts.isEventData |
( |
|
cls, |
|
|
|
name |
|
) |
| |
Definition at line 289 of file PoolFile.py.
289 def isEventData(cls, name):
290 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: