ATLAS Offline Software
Functions | Variables
python.HLT.Menu.EventBuildingInfo Namespace Reference

Functions

def getAllEventBuildingIdentifiers ()
 
def isRoIBasedPEB (eventBuildType)
 

Variables

 log
 
 _PartialEventBuildingIdentifiers
 

Function Documentation

◆ getAllEventBuildingIdentifiers()

def python.HLT.Menu.EventBuildingInfo.getAllEventBuildingIdentifiers ( )

Definition at line 45 of file EventBuildingInfo.py.

46  return _PartialEventBuildingIdentifiers.keys()
47 
48 

◆ isRoIBasedPEB()

def python.HLT.Menu.EventBuildingInfo.isRoIBasedPEB (   eventBuildType)
Helper function to determine if eventBuildType corresponds to RoI-based PEB

Definition at line 49 of file EventBuildingInfo.py.

49 def isRoIBasedPEB(eventBuildType):
50  """Helper function to determine if eventBuildType corresponds to RoI-based PEB"""
51  try:
52  return _PartialEventBuildingIdentifiers[eventBuildType]
53  except KeyError:
54  log.error("'%s' is not a known event building identifier", eventBuildType)
55  raise

Variable Documentation

◆ _PartialEventBuildingIdentifiers

python.HLT.Menu.EventBuildingInfo._PartialEventBuildingIdentifiers
private

Definition at line 21 of file EventBuildingInfo.py.

◆ log

python.HLT.Menu.EventBuildingInfo.log

Definition at line 4 of file EventBuildingInfo.py.

python.HLT.Menu.EventBuildingInfo.isRoIBasedPEB
def isRoIBasedPEB(eventBuildType)
Definition: EventBuildingInfo.py:49
python.HLT.Menu.EventBuildingInfo.getAllEventBuildingIdentifiers
def getAllEventBuildingIdentifiers()
Definition: EventBuildingInfo.py:45