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 46 of file EventBuildingInfo.py.

47  return _PartialEventBuildingIdentifiers.keys()
48 
49 

◆ isRoIBasedPEB()

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

Definition at line 50 of file EventBuildingInfo.py.

50 def isRoIBasedPEB(eventBuildType):
51  """Helper function to determine if eventBuildType corresponds to RoI-based PEB"""
52  try:
53  return _PartialEventBuildingIdentifiers[eventBuildType]
54  except KeyError:
55  log.error("'%s' is not a known event building identifier", eventBuildType)
56  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:50
python.HLT.Menu.EventBuildingInfo.getAllEventBuildingIdentifiers
def getAllEventBuildingIdentifiers()
Definition: EventBuildingInfo.py:46