ATLAS Offline Software
Loading...
Searching...
No Matches
TriggerPhotonIsEMMenuDefs Namespace Reference

Functions

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

Function Documentation

◆ PhotonIsEMLooseSelectorConfig()

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

Definition at line 7 of file TriggerPhotonIsEMMenuDefs.py.

7def PhotonIsEMLooseSelectorConfig(theTool):
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()

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

Definition at line 18 of file TriggerPhotonIsEMMenuDefs.py.

18def PhotonIsEMMediumSelectorConfig(theTool):
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()

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

Definition at line 29 of file TriggerPhotonIsEMMenuDefs.py.

29def PhotonIsEMTightSelectorConfig(theTool):
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