ATLAS Offline Software
Classes | Public Member Functions | Static Public Attributes | List of all members
python.PoolFile.PoolOpts Class Reference
Inheritance diagram for python.PoolFile.PoolOpts:
Collaboration diagram for python.PoolFile.PoolOpts:

Classes

class  RNTupleNames
 
class  TTreeNames
 

Public Member Functions

def isData (cls, name)
 
def isDataHeader (cls, name)
 
def isEventData (cls, name)
 
def isAugmentation (cls, name)
 
def augmentationName (cls, name)
 
def isAugmentedHeader (cls, name)
 

Static Public Attributes

 FAST_MODE
 
 SUPER_DETAILED_BRANCH_SZ
 
 READ_MODE
 
 POOL_HEADER
 
 EVENT_DATA
 
 META_DATA
 
 HDR_FORMAT
 
 ROW_FORMAT
 

Detailed Description

Definition at line 253 of file PoolFile.py.

Member Function Documentation

◆ 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"):
300  s = s[:-4]
301  return s
302 

◆ 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
295 

◆ 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)
306 

◆ 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)
281 

◆ 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}
287 

◆ 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)
291 

Member Data Documentation

◆ EVENT_DATA

python.PoolFile.PoolOpts.EVENT_DATA
static

Definition at line 273 of file PoolFile.py.

◆ FAST_MODE

python.PoolFile.PoolOpts.FAST_MODE
static

Definition at line 269 of file PoolFile.py.

◆ HDR_FORMAT

python.PoolFile.PoolOpts.HDR_FORMAT
static

Definition at line 275 of file PoolFile.py.

◆ META_DATA

python.PoolFile.PoolOpts.META_DATA
static

Definition at line 274 of file PoolFile.py.

◆ POOL_HEADER

python.PoolFile.PoolOpts.POOL_HEADER
static

Definition at line 272 of file PoolFile.py.

◆ READ_MODE

python.PoolFile.PoolOpts.READ_MODE
static

Definition at line 271 of file PoolFile.py.

◆ ROW_FORMAT

python.PoolFile.PoolOpts.ROW_FORMAT
static

Definition at line 276 of file PoolFile.py.

◆ SUPER_DETAILED_BRANCH_SZ

python.PoolFile.PoolOpts.SUPER_DETAILED_BRANCH_SZ
static

Definition at line 270 of file PoolFile.py.


The documentation for this class was generated from the following file:
Trk::split
@ split
Definition: LayerMaterialProperties.h:38