ATLAS Offline Software
Classes | Functions | Variables
TriggerPhotonIsEMSelectorMapping Namespace Reference

Classes

class  triggerPhotonPIDmenu
 

Functions

def TriggerPhotonIsEMMap (quality, menu)
 

Variables

 TriggerPhotonIsEMMapCurrent
 

Function Documentation

◆ TriggerPhotonIsEMMap()

def TriggerPhotonIsEMSelectorMapping.TriggerPhotonIsEMMap (   quality,
  menu 
)

Definition at line 37 of file TriggerPhotonIsEMSelectorMapping.py.

37 def TriggerPhotonIsEMMap(quality, menu):
38  # These are the "current menus" (non-legacy)
39  if menu == triggerPhotonPIDmenu.menuCurrentCuts and quality in TriggerPhotonIsEMMapCurrent.keys():
40  return TriggerPhotonIsEMMapCurrent[quality]
41  else:
42  raise ValueError("Requested menu is undefined: %d" % menu)
43 

Variable Documentation

◆ TriggerPhotonIsEMMapCurrent

TriggerPhotonIsEMSelectorMapping.TriggerPhotonIsEMMapCurrent

Definition at line 25 of file TriggerPhotonIsEMSelectorMapping.py.

TriggerPhotonIsEMSelectorMapping.TriggerPhotonIsEMMap
def TriggerPhotonIsEMMap(quality, menu)
Definition: TriggerPhotonIsEMSelectorMapping.py:37