ATLAS Offline Software
PhotonIsEMMenuDefs.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2022 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 *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 
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 # Current cut-based tight menu. When updating tight, simply change the config-file below
30 # (and please add a meaningful description of the conf file)
31 # Note: keep this conf file up to date with the PhotonCutPointToConfFile map in Root/EGSelectorConfigurationMapping.h
32 
33 
35  '''
36  These are the photon isEM definitions for Tight menu
37  '''
38 
39  #
40  # Tight (10/05/24 - see ATLASG-2708)
41  #
42  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc20_20240510/PhotonIsEMTightSelectorCutDefs_pTdep_mc20_smooth.conf"
43 
44 #
45 # Pt-inclusive tight ID menu, derived in January 2018.
46 # Needs to be kept around until the new menu is fully supported,
47 # but can be removed when it becomes obsolete.
48 #
49 
50 
52  '''
53  These are the photon isEM definitions for Tight menu
54  '''
55 
56  #
57  # PHOTON tight cuts, now with January 2018 re-optimization
58  #
59  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/20180116/PhotonIsEMTightSelectorCutDefs.conf"
60 
61 #
62 # mu-dependend tight ID menu, derived in January 2022 for Run3
63 # Needs to be kept around for commissioning until it will replace the Run2
64 # tight menu
65 #
66 
68  '''
69  These are the photon isEM definitions for the mu-dependent Tight menu
70  '''
71 
72  #
73  # PHOTON tight cuts, with mu-dependent January 2022 re-optimization
74  #
75  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc16_20220621/PhotonIsEMTightSelectorCutDefs.conf"
76 
python.PhotonIsEMMenuDefs.PhotonIsEMTightSelectorConfig
def PhotonIsEMTightSelectorConfig(theTool)
Definition: PhotonIsEMMenuDefs.py:34
python.PhotonIsEMMenuDefs.PhotonIsEMTightSelectorConfigMuDependent2022
def PhotonIsEMTightSelectorConfigMuDependent2022(theTool)
Definition: PhotonIsEMMenuDefs.py:67
python.PhotonIsEMMenuDefs.PhotonIsEMTightSelectorConfigPtInclJan2018
def PhotonIsEMTightSelectorConfigPtInclJan2018(theTool)
Definition: PhotonIsEMMenuDefs.py:51
python.PhotonIsEMMenuDefs.PhotonIsEMLooseSelectorConfig
def PhotonIsEMLooseSelectorConfig(theTool)
Definition: PhotonIsEMMenuDefs.py:7
python.PhotonIsEMMenuDefs.PhotonIsEMMediumSelectorConfig
def PhotonIsEMMediumSelectorConfig(theTool)
Definition: PhotonIsEMMenuDefs.py:18