ATLAS Offline Software
Loading...
Searching...
No Matches
python.PhotonIsEMMenuDefs Namespace Reference

Functions

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

Function Documentation

◆ PhotonIsEMLooseSelectorConfig()

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

Definition at line 7 of file PhotonIsEMMenuDefs.py.

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

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

Definition at line 18 of file PhotonIsEMMenuDefs.py.

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

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

Definition at line 31 of file PhotonIsEMMenuDefs.py.

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

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

Definition at line 44 of file PhotonIsEMMenuDefs.py.

44def PhotonIsEMTightSelectorConfigMC21(theTool):
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"