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 245 of file PoolFile.py.

Member Function Documentation

◆ augmentationName()

def python.PoolFile.PoolOpts.augmentationName (   cls,
  name 
)

Definition at line 289 of file PoolFile.py.

289  def augmentationName(cls, name):
290  s = (name+"__").split('_')[2]
291  if s.endswith("Form"):
292  s = s[:-4]
293  return s
294 

◆ isAugmentation()

def python.PoolFile.PoolOpts.isAugmentation (   cls,
  name 
)

Definition at line 285 of file PoolFile.py.

285  def isAugmentation(cls, name):
286  return "_DAOD_" in name
287 

◆ isAugmentedHeader()

def python.PoolFile.PoolOpts.isAugmentedHeader (   cls,
  name 
)

Definition at line 296 of file PoolFile.py.

296  def isAugmentedHeader(cls, name):
297  return name.startswith(PoolOpts.POOL_HEADER) and cls.isAugmentation(name)
298 

◆ isData()

def python.PoolFile.PoolOpts.isData (   cls,
  name 
)

Definition at line 271 of file PoolFile.py.

271  def isData(cls, name):
272  return not name.startswith("##") and not cls.isDataHeader(name)
273 

◆ isDataHeader()

def python.PoolFile.PoolOpts.isDataHeader (   cls,
  name 
)

Definition at line 275 of file PoolFile.py.

275  def isDataHeader(cls, name):
276  return name in {cls.TTreeNames.DataHeader
277  , cls.TTreeNames.DataHeader+"_DataHeader"
278  , cls.RNTupleNames.DataHeader}
279 

◆ isEventData()

def python.PoolFile.PoolOpts.isEventData (   cls,
  name 
)

Definition at line 281 of file PoolFile.py.

281  def isEventData(cls, name):
282  return name.startswith(PoolOpts.EVENT_DATA)
283 

Member Data Documentation

◆ EVENT_DATA

python.PoolFile.PoolOpts.EVENT_DATA
static

Definition at line 265 of file PoolFile.py.

◆ FAST_MODE

python.PoolFile.PoolOpts.FAST_MODE
static

Definition at line 261 of file PoolFile.py.

◆ HDR_FORMAT

python.PoolFile.PoolOpts.HDR_FORMAT
static

Definition at line 267 of file PoolFile.py.

◆ META_DATA

python.PoolFile.PoolOpts.META_DATA
static

Definition at line 266 of file PoolFile.py.

◆ POOL_HEADER

python.PoolFile.PoolOpts.POOL_HEADER
static

Definition at line 264 of file PoolFile.py.

◆ READ_MODE

python.PoolFile.PoolOpts.READ_MODE
static

Definition at line 263 of file PoolFile.py.

◆ ROW_FORMAT

python.PoolFile.PoolOpts.ROW_FORMAT
static

Definition at line 268 of file PoolFile.py.

◆ SUPER_DETAILED_BRANCH_SZ

python.PoolFile.PoolOpts.SUPER_DETAILED_BRANCH_SZ
static

Definition at line 262 of file PoolFile.py.


The documentation for this class was generated from the following file:
python.grid.isData
def isData(dataset)
Definition: grid.py:491
Trk::split
@ split
Definition: LayerMaterialProperties.h:38