ATLAS Offline Software
Functions
python.PhotonIsEMMenuDefs Namespace Reference

Functions

def PhotonIsEMLooseSelectorConfig (theTool)
 
def PhotonIsEMMediumSelectorConfig (theTool)
 
def PhotonIsEMTightSelectorConfigMC20 (theTool)
 
def PhotonIsEMTightSelectorConfigMC21 (theTool)
 

Function Documentation

◆ PhotonIsEMLooseSelectorConfig()

def python.PhotonIsEMMenuDefs.PhotonIsEMLooseSelectorConfig (   theTool)
These are the photon isEM definitions *DC14* Loose

Definition at line 7 of file PhotonIsEMMenuDefs.py.

8  '''
9  These are the photon isEM definitions *DC14* Loose
10  '''
11 
12  #
13  # PHOTON Loose cuts, with updated using *DC14*.
14  #
15  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc15_20150712/PhotonIsEMLooseSelectorCutDefs.conf"
16 
17 

◆ PhotonIsEMMediumSelectorConfig()

def python.PhotonIsEMMenuDefs.PhotonIsEMMediumSelectorConfig (   theTool)
These are the photon isEM definitions from *DC14*

Definition at line 18 of file PhotonIsEMMenuDefs.py.

19  '''
20  These are the photon isEM definitions from *DC14*
21  '''
22 
23  # MEDIUM (10/05/24 - see ATLASG-2708)
24  # Coming from Fer
25  #
26  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc20_20240510/PhotonIsEMMediumSelectorCutDefs_pTdep_smooth.conf"
27 
28 
29 # Cut-based tight menu for MC20 / Run2
30 # Note: keep this conf file up to date with the PhotonCutPointToConfFile map in Root/EGSelectorConfigurationMapping.h

◆ PhotonIsEMTightSelectorConfigMC20()

def python.PhotonIsEMMenuDefs.PhotonIsEMTightSelectorConfigMC20 (   theTool)
These are the photon isEM definitions for Tight menu for MC20 / Run2

Definition at line 31 of file PhotonIsEMMenuDefs.py.

32  '''
33  These are the photon isEM definitions for Tight menu for MC20 / Run2
34  '''
35 
36  #
37  # Tight (10/05/24 - see ATLASG-2708)
38  #
39  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc20_20240510/PhotonIsEMTightSelectorCutDefs_pTdep_mc20_smooth.conf"
40 
41 
42 # Cut-based tight menu for MC21 / MC23 / Run3
43 # Note: keep this conf file up to date with the PhotonCutPointToConfFile map in Root/EGSelectorConfigurationMapping.h

◆ PhotonIsEMTightSelectorConfigMC21()

def python.PhotonIsEMMenuDefs.PhotonIsEMTightSelectorConfigMC21 (   theTool)
These are the photon isEM definitions for Tight menu for MC21 / Run3

Definition at line 44 of file PhotonIsEMMenuDefs.py.

45  '''
46  These are the photon isEM definitions for Tight menu for MC21 / Run3
47  '''
48 
49  #
50  # Tight (same as Run2, to be updated)
51  #
52  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc20_20240510/PhotonIsEMTightSelectorCutDefs_pTdep_mc20_smooth.conf"
python.PhotonIsEMMenuDefs.PhotonIsEMTightSelectorConfigMC21
def PhotonIsEMTightSelectorConfigMC21(theTool)
Definition: PhotonIsEMMenuDefs.py:44
python.PhotonIsEMMenuDefs.PhotonIsEMTightSelectorConfigMC20
def PhotonIsEMTightSelectorConfigMC20(theTool)
Definition: PhotonIsEMMenuDefs.py:31
python.PhotonIsEMMenuDefs.PhotonIsEMLooseSelectorConfig
def PhotonIsEMLooseSelectorConfig(theTool)
Definition: PhotonIsEMMenuDefs.py:7
python.PhotonIsEMMenuDefs.PhotonIsEMMediumSelectorConfig
def PhotonIsEMMediumSelectorConfig(theTool)
Definition: PhotonIsEMMenuDefs.py:18