ATLAS Offline Software
TriggerPhotonIsEMMenuDefs.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2 
3 # default configuration of the PhotonIsEMSelectorCutDefs
4 
5 
6 
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 
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 
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