ATLAS Offline Software
Functions
python.ElectronLikelihoodMenuDefs Namespace Reference

Functions

def ElectronLikelihoodLooseTriggerConfig2015 (theTool)
 
def ElectronLikelihoodMediumTriggerConfig2015 (theTool)
 
def ElectronLikelihoodTightTriggerConfig2015 (theTool)
 
def ElectronLikelihoodVeryLooseOfflineConfigMC20 (theTool)
 
def ElectronLikelihoodLooseOfflineConfigMC20 (theTool)
 
def ElectronLikelihoodLooseBLOfflineConfigMC20 (theTool)
 
def ElectronLikelihoodMediumOfflineConfigMC20 (theTool)
 
def ElectronLikelihoodTightOfflineConfigMC20 (theTool)
 
def ElectronLikelihoodVeryLooseLLPOfflineConfigMC20 (theTool)
 
def ElectronLikelihoodLooseLLPOfflineConfigMC20 (theTool)
 
def ElectronLikelihoodMediumLLPOfflineConfigMC20 (theTool)
 
def ElectronLikelihoodTightLLPOfflineConfigMC20 (theTool)
 
def ElectronLikelihoodVeryLooseOfflineConfigMC21 (theTool)
 
def ElectronLikelihoodLooseOfflineConfigMC21 (theTool)
 
def ElectronLikelihoodLooseBLOfflineConfigMC21 (theTool)
 
def ElectronLikelihoodMediumOfflineConfigMC21 (theTool)
 
def ElectronLikelihoodTightOfflineConfigMC21 (theTool)
 
def ElectronLikelihoodVeryLooseLLPOfflineConfigMC21 (theTool)
 
def ElectronLikelihoodLooseLLPOfflineConfigMC21 (theTool)
 
def ElectronLikelihoodMediumLLPOfflineConfigMC21 (theTool)
 
def ElectronLikelihoodTightLLPOfflineConfigMC21 (theTool)
 

Function Documentation

◆ ElectronLikelihoodLooseBLOfflineConfigMC20()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodLooseBLOfflineConfigMC20 (   theTool)
This is for the custom implementation of the Loose + b-layer offline likelihood for MC20 / Run2 / Release 22.

Definition at line 45 of file ElectronLikelihoodMenuDefs.py.

46  '''
47  This is for the custom implementation of the Loose + b-layer offline likelihood for MC20 / Run2 / Release 22.
48  '''
49  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc20_20210514/ElectronLikelihoodLooseOfflineConfig2017_CutBL_Smooth.conf"
50 

◆ ElectronLikelihoodLooseBLOfflineConfigMC21()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodLooseBLOfflineConfigMC21 (   theTool)
This is for the custom implementation of the Loose + b-layer offline likelihood for MC21 / Run3 / Release 22.

Definition at line 104 of file ElectronLikelihoodMenuDefs.py.

105  '''
106  This is for the custom implementation of the Loose + b-layer offline likelihood for MC21 / Run3 / Release 22.
107  '''
108  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc20_20210514/ElectronLikelihoodLooseOfflineConfig2017_CutBL_Smooth.conf"
109 

◆ ElectronLikelihoodLooseLLPOfflineConfigMC20()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodLooseLLPOfflineConfigMC20 (   theTool)
This is for the custom implementation of the LooseLLP offline likelihood for LRT electrons  for MC20 / Run2 / Release 22.

Definition at line 72 of file ElectronLikelihoodMenuDefs.py.

73  '''
74  This is for the custom implementation of the LooseLLP offline likelihood for LRT electrons for MC20 / Run2 / Release 22.
75  '''
76  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc20_20230321/ElectronLikelihoodLooseOfflineConfig2017_Smooth_NoD0_NoPix.conf"
77 

◆ ElectronLikelihoodLooseLLPOfflineConfigMC21()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodLooseLLPOfflineConfigMC21 (   theTool)
This is for the custom implementation of the LooseLLP offline likelihood for LRT electrons  for MC21 / Run3 / Release 22.

Definition at line 129 of file ElectronLikelihoodMenuDefs.py.

130  '''
131  This is for the custom implementation of the LooseLLP offline likelihood for LRT electrons for MC21 / Run3 / Release 22.
132  '''
133  theTool.ConfigFile = "ElectronPhotonSelectorTools/trigger/rel21_20232105/ElectronLikelihoodLooseTriggerConfig_NoPix.conf"
134 

◆ ElectronLikelihoodLooseOfflineConfigMC20()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodLooseOfflineConfigMC20 (   theTool)
This is for the custom implementation of the Loose offline likelihood for MC20 / Run2 / Release 22.

Definition at line 39 of file ElectronLikelihoodMenuDefs.py.

40  '''
41  This is for the custom implementation of the Loose offline likelihood for MC20 / Run2 / Release 22.
42  '''
43  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc20_20210514/ElectronLikelihoodLooseOfflineConfig2017_Smooth.conf"
44 

◆ ElectronLikelihoodLooseOfflineConfigMC21()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodLooseOfflineConfigMC21 (   theTool)
This is for the custom implementation of the Loose offline likelihood for MC21 / Run3 / Release 22.

Definition at line 98 of file ElectronLikelihoodMenuDefs.py.

99  '''
100  This is for the custom implementation of the Loose offline likelihood for MC21 / Run3 / Release 22.
101  '''
102  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc20_20210514/ElectronLikelihoodLooseOfflineConfig2017_Smooth.conf"
103 

◆ ElectronLikelihoodLooseTriggerConfig2015()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodLooseTriggerConfig2015 (   theTool)
This is for the custom implementation of the Loose, No GSF-variable (trigger-friendly), no d0significance (for now) definitions.
This uses Online PDFs, and currently has no conversion bit either. Also note that the PDF for trackd0 comes from
trig_EF_trackd0_physics, but the LH tool requires it to be named el_trackd0pvunbiased. (NOTE: same signal eff as offline Loosepp + 1%)

Definition at line 5 of file ElectronLikelihoodMenuDefs.py.

6  '''
7  This is for the custom implementation of the Loose, No GSF-variable (trigger-friendly), no d0significance (for now) definitions.
8  This uses Online PDFs, and currently has no conversion bit either. Also note that the PDF for trackd0 comes from
9  trig_EF_trackd0_physics, but the LH tool requires it to be named el_trackd0pvunbiased. (NOTE: same signal eff as offline Loosepp + 1%)
10  '''
11  theTool.ConfigFile = "ElectronPhotonSelectorTools/trigger/mc15_20150712/ElectronLikelihoodLooseTriggerConfig2015.conf"
12 
13 

◆ ElectronLikelihoodMediumLLPOfflineConfigMC20()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodMediumLLPOfflineConfigMC20 (   theTool)
This is for the custom implementation of the MediumLLP offline likelihood for LRT electrons  for MC20 / Run2 / Release 22.
(NOTE: same signal eff as offline Mediumpp + 1%)

Definition at line 78 of file ElectronLikelihoodMenuDefs.py.

79  '''
80  This is for the custom implementation of the MediumLLP offline likelihood for LRT electrons for MC20 / Run2 / Release 22.
81  (NOTE: same signal eff as offline Mediumpp + 1%)
82  '''
83  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc20_20230321/ElectronLikelihoodMediumOfflineConfig2017_Smooth_NoD0_NoPix.conf"
84 

◆ ElectronLikelihoodMediumLLPOfflineConfigMC21()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodMediumLLPOfflineConfigMC21 (   theTool)
This is for the custom implementation of the MediumLLP offline likelihood for LRT electrons  for MC21 / Run3 / Release 22.

Definition at line 135 of file ElectronLikelihoodMenuDefs.py.

136  '''
137  This is for the custom implementation of the MediumLLP offline likelihood for LRT electrons for MC21 / Run3 / Release 22.
138  '''
139  theTool.ConfigFile = "ElectronPhotonSelectorTools/trigger/rel21_20232105/ElectronLikelihoodMediumTriggerConfig_NoPix.conf"
140 

◆ ElectronLikelihoodMediumOfflineConfigMC20()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodMediumOfflineConfigMC20 (   theTool)
This is for the custom implementation of the Medium offline likelihood for MC20 / Run2 / Release 22.
(NOTE: same signal eff as offline Mediumpp + 1%)

Definition at line 51 of file ElectronLikelihoodMenuDefs.py.

52  '''
53  This is for the custom implementation of the Medium offline likelihood for MC20 / Run2 / Release 22.
54  (NOTE: same signal eff as offline Mediumpp + 1%)
55  '''
56  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc20_20210514/ElectronLikelihoodMediumOfflineConfig2017_Smooth.conf"
57 

◆ ElectronLikelihoodMediumOfflineConfigMC21()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodMediumOfflineConfigMC21 (   theTool)
This is for the custom implementation of the Medium offline likelihood for MC21 / Run3 / Release 22.

Definition at line 110 of file ElectronLikelihoodMenuDefs.py.

111  '''
112  This is for the custom implementation of the Medium offline likelihood for MC21 / Run3 / Release 22.
113  '''
114  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc20_20210514/ElectronLikelihoodMediumOfflineConfig2017_Smooth.conf"
115 

◆ ElectronLikelihoodMediumTriggerConfig2015()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodMediumTriggerConfig2015 (   theTool)
This is for the custom implementation of the Medium, No GSF-variable (trigger-friendly), no d0significance (for now) definitions.
This uses Online PDFs, and currently has no conversion bit either. Also note that the PDF for trackd0 comes from
trig_EF_trackd0_physics, but the LH tool requires it to be named el_trackd0pvunbiased. (NOTE: same signal eff as Offline Mediumpp + 1%)

Definition at line 14 of file ElectronLikelihoodMenuDefs.py.

15  '''
16  This is for the custom implementation of the Medium, No GSF-variable (trigger-friendly), no d0significance (for now) definitions.
17  This uses Online PDFs, and currently has no conversion bit either. Also note that the PDF for trackd0 comes from
18  trig_EF_trackd0_physics, but the LH tool requires it to be named el_trackd0pvunbiased. (NOTE: same signal eff as Offline Mediumpp + 1%)
19  '''
20  theTool.ConfigFile = "ElectronPhotonSelectorTools/trigger/mc15_20150712/ElectronLikelihoodMediumTriggerConfig2015.conf"
21 
22 

◆ ElectronLikelihoodTightLLPOfflineConfigMC20()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodTightLLPOfflineConfigMC20 (   theTool)
This is for the custom implementation of the TightLLP offline likelihood for LRT electrons  for MC20 / Run2 / Release 22.

Definition at line 85 of file ElectronLikelihoodMenuDefs.py.

86  '''
87  This is for the custom implementation of the TightLLP offline likelihood for LRT electrons for MC20 / Run2 / Release 22.
88  '''
89  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc20_20230321/ElectronLikelihoodTightOfflineConfig2017_Smooth_NoD0_NoPix.conf"
90 
91 # Standard configuration MC21

◆ ElectronLikelihoodTightLLPOfflineConfigMC21()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodTightLLPOfflineConfigMC21 (   theTool)
This is for the custom implementation of the TightLLP offline likelihood for LRT electrons  for MC21 / Run3 / Release 22.

Definition at line 141 of file ElectronLikelihoodMenuDefs.py.

142  '''
143  This is for the custom implementation of the TightLLP offline likelihood for LRT electrons for MC21 / Run3 / Release 22.
144  '''
145  theTool.ConfigFile = "ElectronPhotonSelectorTools/trigger/rel21_20232105/ElectronLikelihoodTightTriggerConfig_NoPix.conf"

◆ ElectronLikelihoodTightOfflineConfigMC20()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodTightOfflineConfigMC20 (   theTool)
This is for the custom implementation of the Tight offline likelihood for MC20 / Run2 / Release 22.

Definition at line 58 of file ElectronLikelihoodMenuDefs.py.

59  '''
60  This is for the custom implementation of the Tight offline likelihood for MC20 / Run2 / Release 22.
61  '''
62  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc20_20210514/ElectronLikelihoodTightOfflineConfig2017_Smooth.conf"
63 
64 # LLP Configuration MC20

◆ ElectronLikelihoodTightOfflineConfigMC21()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodTightOfflineConfigMC21 (   theTool)
This is for the custom implementation of the Tight offline likelihood for MC21 / Run3 / Release 22.

Definition at line 116 of file ElectronLikelihoodMenuDefs.py.

117  '''
118  This is for the custom implementation of the Tight offline likelihood for MC21 / Run3 / Release 22.
119  '''
120  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc20_20210514/ElectronLikelihoodTightOfflineConfig2017_Smooth.conf"
121 
122 # LLP Configuration MC21

◆ ElectronLikelihoodTightTriggerConfig2015()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodTightTriggerConfig2015 (   theTool)
This is for the custom implementation of the Tight, No GSF-variable (trigger-friendly), no d0significance (for now) definitions.
This uses Online PDFs, and currently has no conversion bit either. Also note that the PDF for trackd0 comes from
trig_EF_trackd0_physics, but the LH tool requires it to be named el_trackd0pvunbiased. (NOTE: same signal eff as offline Tightpp + 1%)

Definition at line 23 of file ElectronLikelihoodMenuDefs.py.

24  '''
25  This is for the custom implementation of the Tight, No GSF-variable (trigger-friendly), no d0significance (for now) definitions.
26  This uses Online PDFs, and currently has no conversion bit either. Also note that the PDF for trackd0 comes from
27  trig_EF_trackd0_physics, but the LH tool requires it to be named el_trackd0pvunbiased. (NOTE: same signal eff as offline Tightpp + 1%)
28  '''
29  theTool.ConfigFile = "ElectronPhotonSelectorTools/trigger/mc15_20150712/ElectronLikelihoodTightTriggerConfig2015.conf"
30 
31 # Standard configuration MC20

◆ ElectronLikelihoodVeryLooseLLPOfflineConfigMC20()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodVeryLooseLLPOfflineConfigMC20 (   theTool)
This is for the custom implementation of the VeryLooseLLP offline likelihood for LRT electrons for MC20 / Run2 / Release 22.

Definition at line 65 of file ElectronLikelihoodMenuDefs.py.

66  '''
67  This is for the custom implementation of the VeryLooseLLP offline likelihood for LRT electrons for MC20 / Run2 / Release 22.
68  '''
69  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc20_20230321/ElectronLikelihoodVeryLooseOfflineConfig2017_Smooth_NoD0_NoPix.conf"
70 
71 

◆ ElectronLikelihoodVeryLooseLLPOfflineConfigMC21()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodVeryLooseLLPOfflineConfigMC21 (   theTool)
This is for the custom implementation of the VeryLooseLLP offline likelihood for LRT electrons  for MC21 / Run3 / Release 22.

Definition at line 123 of file ElectronLikelihoodMenuDefs.py.

124  '''
125  This is for the custom implementation of the VeryLooseLLP offline likelihood for LRT electrons for MC21 / Run3 / Release 22.
126  '''
127  theTool.ConfigFile = "ElectronPhotonSelectorTools/trigger/rel21_20232105/ElectronLikelihoodVeryLooseTriggerConfig_NoPix.conf"
128 

◆ ElectronLikelihoodVeryLooseOfflineConfigMC20()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodVeryLooseOfflineConfigMC20 (   theTool)
This is for the custom implementation of the VeryLoose offline likelihood for MC20 / Run2 / Release 22.

Definition at line 32 of file ElectronLikelihoodMenuDefs.py.

33  '''
34  This is for the custom implementation of the VeryLoose offline likelihood for MC20 / Run2 / Release 22.
35  '''
36  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc20_20210514/ElectronLikelihoodVeryLooseOfflineConfig2017_Smooth.conf"
37 
38 

◆ ElectronLikelihoodVeryLooseOfflineConfigMC21()

def python.ElectronLikelihoodMenuDefs.ElectronLikelihoodVeryLooseOfflineConfigMC21 (   theTool)
This is for the custom implementation of the VeryLoose offline likelihood for MC21 / Run3 / Release 22.

Definition at line 92 of file ElectronLikelihoodMenuDefs.py.

93  '''
94  This is for the custom implementation of the VeryLoose offline likelihood for MC21 / Run3 / Release 22.
95  '''
96  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc20_20210514/ElectronLikelihoodVeryLooseOfflineConfig2017_Smooth.conf"
97 
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodLooseLLPOfflineConfigMC20
def ElectronLikelihoodLooseLLPOfflineConfigMC20(theTool)
Definition: ElectronLikelihoodMenuDefs.py:72
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodLooseBLOfflineConfigMC20
def ElectronLikelihoodLooseBLOfflineConfigMC20(theTool)
Definition: ElectronLikelihoodMenuDefs.py:45
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodMediumTriggerConfig2015
def ElectronLikelihoodMediumTriggerConfig2015(theTool)
Definition: ElectronLikelihoodMenuDefs.py:14
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodVeryLooseLLPOfflineConfigMC21
def ElectronLikelihoodVeryLooseLLPOfflineConfigMC21(theTool)
Definition: ElectronLikelihoodMenuDefs.py:123
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodLooseOfflineConfigMC20
def ElectronLikelihoodLooseOfflineConfigMC20(theTool)
Definition: ElectronLikelihoodMenuDefs.py:39
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodTightLLPOfflineConfigMC21
def ElectronLikelihoodTightLLPOfflineConfigMC21(theTool)
Definition: ElectronLikelihoodMenuDefs.py:141
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodVeryLooseOfflineConfigMC21
def ElectronLikelihoodVeryLooseOfflineConfigMC21(theTool)
Definition: ElectronLikelihoodMenuDefs.py:92
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodVeryLooseLLPOfflineConfigMC20
def ElectronLikelihoodVeryLooseLLPOfflineConfigMC20(theTool)
Definition: ElectronLikelihoodMenuDefs.py:65
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodVeryLooseOfflineConfigMC20
def ElectronLikelihoodVeryLooseOfflineConfigMC20(theTool)
Definition: ElectronLikelihoodMenuDefs.py:32
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodMediumLLPOfflineConfigMC20
def ElectronLikelihoodMediumLLPOfflineConfigMC20(theTool)
Definition: ElectronLikelihoodMenuDefs.py:78
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodLooseOfflineConfigMC21
def ElectronLikelihoodLooseOfflineConfigMC21(theTool)
Definition: ElectronLikelihoodMenuDefs.py:98
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodLooseTriggerConfig2015
def ElectronLikelihoodLooseTriggerConfig2015(theTool)
Definition: ElectronLikelihoodMenuDefs.py:5
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodTightLLPOfflineConfigMC20
def ElectronLikelihoodTightLLPOfflineConfigMC20(theTool)
Definition: ElectronLikelihoodMenuDefs.py:85
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodLooseLLPOfflineConfigMC21
def ElectronLikelihoodLooseLLPOfflineConfigMC21(theTool)
Definition: ElectronLikelihoodMenuDefs.py:129
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodMediumOfflineConfigMC21
def ElectronLikelihoodMediumOfflineConfigMC21(theTool)
Definition: ElectronLikelihoodMenuDefs.py:110
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodMediumLLPOfflineConfigMC21
def ElectronLikelihoodMediumLLPOfflineConfigMC21(theTool)
Definition: ElectronLikelihoodMenuDefs.py:135
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodTightOfflineConfigMC21
def ElectronLikelihoodTightOfflineConfigMC21(theTool)
Definition: ElectronLikelihoodMenuDefs.py:116
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodTightOfflineConfigMC20
def ElectronLikelihoodTightOfflineConfigMC20(theTool)
Definition: ElectronLikelihoodMenuDefs.py:58
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodMediumOfflineConfigMC20
def ElectronLikelihoodMediumOfflineConfigMC20(theTool)
Definition: ElectronLikelihoodMenuDefs.py:51
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodLooseBLOfflineConfigMC21
def ElectronLikelihoodLooseBLOfflineConfigMC21(theTool)
Definition: ElectronLikelihoodMenuDefs.py:104
python.ElectronLikelihoodMenuDefs.ElectronLikelihoodTightTriggerConfig2015
def ElectronLikelihoodTightTriggerConfig2015(theTool)
Definition: ElectronLikelihoodMenuDefs.py:23