ATLAS Offline Software
Functions
TriggerPhotonIsEMMenuDefs Namespace Reference

Functions

def PhotonIsEMLooseSelectorConfig (theTool)
 
def PhotonIsEMMediumSelectorConfig (theTool)
 
def PhotonIsEMTightSelectorConfig (theTool)
 

Function Documentation

◆ PhotonIsEMLooseSelectorConfig()

def TriggerPhotonIsEMMenuDefs.PhotonIsEMLooseSelectorConfig (   theTool)
These are the photon isEM definitions Loose

Definition at line 7 of file TriggerPhotonIsEMMenuDefs.py.

8  '''
9  These are the photon isEM definitions Loose
10  '''
11 
12  #
13  # PHOTON Loose cuts
14  #
15  theTool.ConfigFile = "ElectronPhotonSelectorTools/trigger/rel22_20210611/PhotonIsEMLooseSelectorCutDefs.conf"
16 
17 

◆ PhotonIsEMMediumSelectorConfig()

def TriggerPhotonIsEMMenuDefs.PhotonIsEMMediumSelectorConfig (   theTool)
These are the photon isEM definitions Medium

Definition at line 18 of file TriggerPhotonIsEMMenuDefs.py.

19  '''
20  These are the photon isEM definitions Medium
21  '''
22 
23  #
24  # PHOTON Medium cuts
25  #
26  theTool.ConfigFile = "ElectronPhotonSelectorTools/trigger/rel22_20210611/PhotonIsEMMediumSelectorCutDefs.conf"
27 
28 

◆ PhotonIsEMTightSelectorConfig()

def TriggerPhotonIsEMMenuDefs.PhotonIsEMTightSelectorConfig (   theTool)
These are the photon isEM definitions for Tight menu

Definition at line 29 of file TriggerPhotonIsEMMenuDefs.py.

30  '''
31  These are the photon isEM definitions for Tight menu
32  '''
33 
34  #
35  # PHOTON Tight cuts
36  #
37  theTool.ConfigFile = "ElectronPhotonSelectorTools/trigger/rel22_20210611/PhotonIsEMTightSelectorCutDefs.conf"
38 
TriggerPhotonIsEMMenuDefs.PhotonIsEMMediumSelectorConfig
def PhotonIsEMMediumSelectorConfig(theTool)
Definition: TriggerPhotonIsEMMenuDefs.py:18
TriggerPhotonIsEMMenuDefs.PhotonIsEMTightSelectorConfig
def PhotonIsEMTightSelectorConfig(theTool)
Definition: TriggerPhotonIsEMMenuDefs.py:29
TriggerPhotonIsEMMenuDefs.PhotonIsEMLooseSelectorConfig
def PhotonIsEMLooseSelectorConfig(theTool)
Definition: TriggerPhotonIsEMMenuDefs.py:7