ATLAS Offline Software
TrigEgammaFastCutDefs.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2 
3 # L2 Calo cut definitions for Electrons
4 # Ryan Mackenzie White <ryan.white@cern.ch>
5 # Fernando Monticelli <Fernando.Monticelli@cern.ch>
6 # Akshay Katre
7 # Cuts migrated from L2CaloHypoConfig
8 # FileName updated to Run-3 naming conventions
9 # Same for Class name and CutMaps name
10 
11 from AthenaCommon.Logging import logging
12 log_trigegFast = logging.getLogger( 'TrigFastCaloCutMaps' )
14  # The following triggers were optimized in 2012 by YanPing
15  # e12_loose1
16  # e12_loose0
17  # loose triggers above 22 GeV use e12_loose1 cut defs
18  # e24_medium1 -- Higher threshold triggers use same cuts
19  # tight/tight1 uses e24_medium1 cuts
20  # New EF ID tunes will start with Run1 loose1,medium1,tight1 cuts
21  # Cut maps are grouped by Et threshold
22  # Adding vloose working points, same cuts as loose
23  def __init__(self, threshold):
24 
42  if(float(threshold) < 12):
43  self.MapsHADETthr = {
44  'vloose': [0.2337, 0.20976, 0.1392, 0.1872, 0.1315, 0.3234, 0.384, 0.1901, 0.1901],
45  'loose': [0.2337, 0.2097, 0.1392, 0.1872, 0.1255, 0.3234, 0.3840, 0.1901, 0.1901],
46  'lhvloose': [0.2337, 0.20976, 0.1392, 0.1872, 0.1315, 0.3234, 0.384, 0.1901, 0.1901],
47  'lhloose': [0.2337, 0.2097, 0.1392, 0.1872, 0.1255, 0.3234, 0.3840, 0.1901, 0.1901],
48  'medium': [0.1872, 0.1824, 0.1392, 0.1872, 0.08196 ,0.2497, 0.384, 0.19008, 0.19008],
49  'lhmedium': [0.1872, 0.1824, 0.1392, 0.1872, 0.08196 ,0.2497, 0.384, 0.19008, 0.19008],
50  'tight': [0.1872, 0.1824, 0.1392, 0.1872, 0.06864, 0.24972, 0.31368, 0.1872, 0.168],
51  'lhtight': [0.1872, 0.1824, 0.1392, 0.1872, 0.06864, 0.24972, 0.31368, 0.1872, 0.168],
52  'mergedtight': [0.1872, 0.1824, 0.1392, 0.1872, 0.06864, 0.24972, 0.31368, 0.1872, 0.168],
53  'bloose': [0.2337, 0.2097, 0.1392, 0.1872, 0.1255, 0.3234, 0.3840, 0.1901, 0.1901],
54  }
55  self.MapsCAERATIOthr = {
56  'vloose': [0.48, 0.448, 0.1295, 0.0137, -9999. ,0.0122, 0.512, 0.6073, -9999],
57  'loose': [0.48, 0.448, 0.1295, 0.0137, -9999., 0.0122, 0.512, 0.6073, -9999],
58  'lhvloose': [0.48, 0.448, 0.1295, 0.0137, -9999. ,0.0122, 0.512, 0.6073, -9999],
59  'lhloose': [0.48, 0.448, 0.1295, 0.0137, -9999., 0.0122, 0.512, 0.6073, -9999],
60  'medium': [0.48, 0.448, 0.288, 0.192, -9999., 0.0176, 0.512, 0.608, -9999.],
61  'lhmedium': [0.48, 0.448, 0.288, 0.192, -9999., 0.0176, 0.512, 0.608, -9999.],
62  'tight': [0.48, 0.448, 0.288, 0.192, -9999., 0.256, 0.512, 0.608, -9999.],
63  'lhtight': [0.48, 0.448, 0.288, 0.192, -9999., 0.256, 0.512, 0.608, -9999.],
64  'mergedtight': [-9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999.],
65  'bloose': [0.48, 0.448, 0.1295, 0.0137, -9999., 0.0122, 0.512, 0.6073, -9999],
66  }
67  self.MapsCARCOREthr = {
68  'vloose': [0.448, 0.48, 0.5414, 0.576, 0.352, 0.608, 0.576, 0.608, 0.55],
69  'loose': [0.6806, 0.6710, 0.6306, 0.6619, 0.4704, 0.7094, 0.7012, 0.6977, 0.6960],
70  'lhvloose': [0.448, 0.48, 0.5414, 0.576, 0.352, 0.608, 0.576, 0.608, 0.55],
71  'lhloose': [0.6806, 0.6710, 0.6306, 0.6619, 0.4704, 0.7094, 0.7012, 0.6977, 0.6960],
72  'medium': [0.448, 0.48, 0.544, 0.576, 0.352, 0.608, 0.576, 0.608, 0.598],
73  'lhmedium': [0.448, 0.48, 0.544, 0.576, 0.352, 0.608, 0.576, 0.608, 0.598],
74  'tight': [0.448, 0.48, 0.544, 0.576, 0.352, 0.608, 0.576, 0.608, 0.598],
75  'lhtight': [0.448, 0.48, 0.544, 0.576, 0.352, 0.608, 0.576, 0.608, 0.598],
76  'mergedtight': [-9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999.],
77  'bloose': [0.6806, 0.6710, 0.6306, 0.6619, 0.4704, 0.7094, 0.7012, 0.6977, 0.6960],
78  }
79 
96  if(float(threshold) >= 12. and float(threshold) < 22):
97  self.MapsHADETthr = {
98  'vloose': [0.0871, 0.0617, 0.0564, 0.0827, 0.0889, 0.2052, 0.1674, 0.1481, 0.1481],
99  'loose': [0.08472, 0.05928, 0.054, 0.0803, 0.0829, 0.1932, 0.1590, 0.1384 , 0.1384],
100  'lhvloose': [0.0871, 0.0617, 0.0564, 0.0827, 0.0889, 0.2052, 0.1674, 0.1481, 0.1481],
101  'lhloose': [0.08472, 0.05928, 0.054, 0.0803, 0.0829, 0.1932, 0.1590, 0.1384 , 0.1384],
102  'medium': [0.0588, 0.0564, 0.054, 0.048, 0.06384, 0.17868, 0.1284, 0.07536, 0.07536],
103  'lhmedium': [0.0588, 0.0564, 0.054, 0.048, 0.06384, 0.17868, 0.1284, 0.07536, 0.07536],
104  'tight': [0.0588, 0.0564, 0.054, 0.048, 0.04368, 0.15612, 0.11064, 0.07536, 0.07536],
105  'lhtight': [0.0588, 0.0564, 0.054, 0.048, 0.04368, 0.15612, 0.11064, 0.07536, 0.07536],
106  'mergedtight': [0.0588, 0.0564, 0.054, 0.048, 0.04368, 0.15612, 0.11064, 0.07536, 0.07536],
107  'bloose': [0.08472, 0.05928, 0.054, 0.0803, 0.0829, 0.1932, 0.1590, 0.1384 , 0.1384],
108  }
109  self.MapsCARCOREthr = {
110  'vloose': [0.6646, 0.6590, 0.6226, 0.6539, 0.4704, 0.6536, 0.6972, 0.6817, 0.672],
111  'loose': [0.6806, 0.6710, 0.6306, 0.6619, 0.4704, 0.6616, 0.7012, 0.6977, 0.696],
112  'lhvloose': [0.6646, 0.6590, 0.6226, 0.6539, 0.4704, 0.6536, 0.6972, 0.6817, 0.672],
113  'lhloose': [0.6806, 0.6710, 0.6306, 0.6619, 0.4704, 0.6616, 0.7012, 0.6977, 0.696],
114  'medium': [0.69896, 0.68416, 0.64368, 0.68488, 0.4704, 0.6816, 0.704, 0.6992, 0.6992],
115  'lhmedium': [0.69896, 0.68416, 0.64368, 0.68488, 0.4704, 0.6816, 0.704, 0.6992, 0.6992],
116  'tight': [0.71296, 0.69344, 0.64368, 0.69064, 0.4704, 0.7036, 0.73024, 0.7164, 0.7164],
117  'lhtight': [0.71296, 0.69344, 0.64368, 0.69064, 0.4704, 0.7036, 0.73024, 0.7164, 0.7164],
118  'mergedtight': [-9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999.],
119  'bloose': [0.6806, 0.6710, 0.6306, 0.6619, 0.4704, 0.6616, 0.7012, 0.6977, 0.696],
120  }
121  self.MapsCAERATIOthr = {
122  'vloose': [0.5702, 0.6063, 0.4418, 0.4257, -9999. , 0.3408, 0.5836, 0.6800, -999],
123  'loose': [0.5702, 0.6063, 0.4418, 0.4257, -9999., 0.3408, 0.5836, 0.6800, -999],
124  'lhvloose': [0.5702, 0.6063, 0.4418, 0.4257, -9999. , 0.3408, 0.5836, 0.6800, -999],
125  'lhloose': [0.5702, 0.6063, 0.4418, 0.4257, -9999., 0.3408, 0.5836, 0.6800, -999],
126  'medium': [0.636, 0.6064, 0.5552, 0.476, -9999., 0.5536, 0.664, 0.68 , -9999.],
127  'lhmedium': [0.636, 0.6064, 0.5552, 0.476, -9999., 0.5536, 0.664, 0.68 , -9999.],
128  'tight': [0.636, 0.652, 0.5552, 0.4768, -9999., 0.6056, 0.6696, 0.7128, -9999.],
129  'lhtight': [0.636, 0.652, 0.5552, 0.4768, -9999., 0.6056, 0.6696, 0.7128, -9999.],
130  'mergedtight': [-9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999.],
131  'bloose': [0.5702, 0.6063, 0.4418, 0.4257, -9999., 0.3408, 0.5836, 0.6800, -999],
132  }
133 
145  if(float(threshold) >= 22.):
146  self.MapsHADETthr = {
147  'vloose': [0.0612, 0.0588, 0.0564, 0.0504, 0.0357, 0.072, 0.0684, 0.0696, 0.0636],
148  'loose': [0.0588, 0.0564, 0.054, 0.048, 0.0297, 0.06, 0.06, 0.06, 0.054],
149  'lhvloose': [0.0612, 0.0588, 0.0564, 0.0504, 0.0357, 0.072, 0.0684, 0.0696, 0.0636],
150  'lhloose': [0.0588, 0.0564, 0.054, 0.048, 0.0297, 0.06, 0.06, 0.06, 0.054],
151  'medium': [0.0588, 0.0564, 0.054, 0.048, 0.02376, 0.06, 0.06, 0.06, 0.054],
152  'lhmedium': [0.0588, 0.0564, 0.054, 0.048, 0.02376, 0.06, 0.06, 0.06, 0.054],
153  'tight': [0.0588, 0.0564, 0.054, 0.048, 0.02376, 0.06, 0.06, 0.06, 0.054],
154  'lhtight': [0.0588, 0.0564, 0.054, 0.048, 0.02376, 0.06, 0.06, 0.06, 0.054],
155  'mergedtight': [0.0588, 0.0564, 0.054, 0.048, 0.02376, 0.06, 0.06, 0.06, 0.054],
156  'bloose': [9999., 9999., 9999., 9999., 9999., 9999., 9999., 9999., 9999.],
157  }
158  self.MapsCARCOREthr = {
159  'vloose': [0.6912 , 0.6808 , 0.6832 , 0.6744 , 0.5976 , 0.6416, 0.692 , 0.6848 , 0.68],
160  'loose': [0.7112, 0.6968, 0.6952, 0.6864, 0.5976, 0.6616, 0.704 , 0.7008, 0.696],
161  'lhvloose': [0.6912 , 0.6808 , 0.6832 , 0.6744 , 0.5976 , 0.6416, 0.692 , 0.6848 , 0.68],
162  'lhloose': [0.7112, 0.6968, 0.6952, 0.6864, 0.5976, 0.6616, 0.704 , 0.7008, 0.696],
163  'medium': [0.716, 0.712, 0.6952, 0.692, 0.5976, 0.6816, 0.7168, 0.7128, 0.716],
164  'lhmedium': [0.716, 0.712, 0.6952, 0.692, 0.5976, 0.6816, 0.7168, 0.7128, 0.716],
165  'tight': [0.7288, 0.7296, 0.72, 0.7048, 0.6, 0.7128, 0.7312, 0.7256, 0.7192],
166  'lhtight': [0.7288, 0.7296, 0.72, 0.7048, 0.6, 0.7128, 0.7312, 0.7256, 0.7192],
167  'mergedtight': [-9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999.],
168  'bloose': [-9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999.],
169  }
170  self.MapsCAERATIOthr = {
171  'vloose': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
172  'loose': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
173  'lhvloose': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
174  'lhloose': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
175  'medium': [0.656, 0.66, 0.6, 0.604, -9999., 0.624, 0.664, 0.692, -9999.],
176  'lhmedium': [0.656, 0.66, 0.6, 0.604, -9999., 0.624, 0.664, 0.692, -9999.],
177  'tight': [0.72, 0.712, 0.68, 0.672, -9999., 0.68, 0.716, 0.74, -9999.],
178  'lhtight': [0.72, 0.712, 0.68, 0.672, -9999., 0.68, 0.716, 0.74, -9999.],
179  'mergedtight': [-9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999.],
180  'bloose': [-9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999.],
181  }
182 
183 # Following is much easier, no Et dependence
184 # Almost no dependence on PID
186  def __init__(self, threshold):
187  if(float(threshold) >= 0. and float(threshold) < 10):
188  self.MapsHADETthr = {
189  'etcut': [0.1638, 0.1596, 0.1218, 0.1638, 0.0448875, 0.1386, 0.1596, 0.1638, 0.147],
190  'loose': [0.1638, 0.1596, 0.1218, 0.1638, 0.0448875, 0.1386, 0.1596, 0.1638, 0.147],
191  'medium':[0.0254625, 0.0238875, 0.0270375, 0.0207375, 0.03465, 0.0378, 0.03465, 0.0286125, 0.02625],
192  'tight':[0.0254625, 0.0238875, 0.0270375, 0.0207375, 0.03465, 0.0378, 0.03465, 0.0286125, 0.02625],
193  }
194  self.MapsCARCOREthr = {
195  'etcut': [0.532, 0.57, 0.646, 0.684, 0.418, 0.722, 0.684, 0.722, 0.76],
196  'loose': [0.532, 0.57, 0.646, 0.684, 0.418, 0.722, 0.684, 0.722, 0.76],
197  'medium':[0.83125, 0.719625, 0.814625, 0.83125, 0.703, 0.817, 0.83125, 0.8265, 0.719625],
198  'tight':[0.83125, 0.719625, 0.814625, 0.83125, 0.703, 0.817, 0.83125, 0.8265, 0.719625],
199  }
201  'etcut': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
202  'loose': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
203  'medium':[-999., -999., -999., -999., -999., -999., -999., -999., -999.],
204  'tight':[-999., -999., -999., -999., -999., -999., -999., -999., -999.],
205  }
206  elif(float(threshold) >= 10. and float(threshold) < 15):
207  self.MapsHADETthr = {
208  'etcut': [0.0359625, 0.0343875, 0.0396375, 0.0291375, 0.0501375, 0.0559125, 0.0548625, 0.0538125, 0.0469875],
209  'loose': [0.0359625, 0.0343875, 0.0396375, 0.0291375, 0.0501375, 0.0559125, 0.0548625, 0.0538125, 0.0469875],
210  'medium':[0.0359625, 0.0343875, 0.0396375, 0.0291375, 0.0501375, 0.0559125, 0.0548625, 0.0538125, 0.0469875],
211  'tight':[0.0359625, 0.0343875, 0.0396375, 0.0291375, 0.0501375, 0.0559125, 0.0548625, 0.0538125, 0.0469875],
212  }
213  self.MapsCARCOREthr = {
214  'etcut': [0.786125, 0.786125, 0.767125, 0.795625, 0.703, 0.776625, 0.819375, 0.805125, 0.681625],
215  'loose': [0.786125, 0.786125, 0.767125, 0.795625, 0.703, 0.776625, 0.819375, 0.805125, 0.681625],
216  'medium':[0.786125, 0.786125, 0.767125, 0.795625, 0.703, 0.776625, 0.819375, 0.805125, 0.681625],
217  'tight':[0.786125, 0.786125, 0.767125, 0.795625, 0.703, 0.776625, 0.819375, 0.805125, 0.681625],
218  }
219  self.MapsCAERATIOthr = {
220  'etcut': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
221  'loose': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
222  'medium': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
223  'tight': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
224  }
225  elif(float(threshold) >= 15. and float(threshold) < 20):
226  self.MapsHADETthr = {
227  'etcut':[0.0328125, 0.0312375, 0.0354375, 0.0270375, 0.0459375, 0.0527625, 0.0433125, 0.0485625, 0.0396375],
228  'loose':[0.0328125, 0.0312375, 0.0354375, 0.0270375, 0.0459375, 0.0527625, 0.0433125, 0.0485625, 0.0396375],
229  'medium':[0.0328125, 0.0312375, 0.0354375, 0.0270375, 0.0459375, 0.0527625, 0.0433125, 0.0485625, 0.0396375],
230  'tight':[0.0328125, 0.0312375, 0.0354375, 0.0270375, 0.0459375, 0.0527625, 0.0433125, 0.0485625, 0.0396375],
231  }
232  self.MapsCARCOREthr = {
233  'etcut':[0.809875, 0.805125, 0.786125, 0.809875, 0.703, 0.795625, 0.819375, 0.814625, 0.691125],
234  'loose':[0.809875, 0.805125, 0.786125, 0.809875, 0.703, 0.795625, 0.819375, 0.814625, 0.691125],
235  'medium':[0.809875, 0.805125, 0.786125, 0.809875, 0.703, 0.795625, 0.819375, 0.814625, 0.691125],
236  'tight':[0.809875, 0.805125, 0.786125, 0.809875, 0.703, 0.795625, 0.819375, 0.814625, 0.691125],
237  }
238  self.MapsCAERATIOthr = {
239  'etcut': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
240  'loose': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
241  'medium':[-999., -999., -999., -999., -999., -999., -999., -999., -999.],
242  'tight':[-999., -999., -999., -999., -999., -999., -999., -999., -999.],
243  }
244  elif(float(threshold) >= 20. and float(threshold) < 30):
245  self.MapsHADETthr = {
246  'etcut':[0.071, 0.062, 0.075, 0.060, 0.051, 0.057, 0.075, 0.072, 0.051],
247  'loose':[0.071, 0.062, 0.075, 0.060, 0.051, 0.057, 0.075, 0.072, 0.051],
248  'medium':[0.071, 0.062, 0.075, 0.060, 0.051, 0.057, 0.075, 0.072, 0.051],
249  'tight':[0.071, 0.062, 0.075, 0.060, 0.051, 0.057, 0.075, 0.072, 0.051],
250  }
251  self.MapsCARCOREthr = {
252  'etcut':[0.819375, 0.819375, 0.800375, 0.828875, 0.7125, 0.805125, 0.843125, 0.824125, 0.700625],
253  'loose':[0.819375, 0.819375, 0.800375, 0.828875, 0.7125, 0.805125, 0.843125, 0.824125, 0.700625],
254  'medium':[0.819375, 0.819375, 0.800375, 0.828875, 0.7125, 0.805125, 0.843125, 0.824125, 0.700625],
255  'tight':[0.819375, 0.819375, 0.800375, 0.828875, 0.7125, 0.805125, 0.843125, 0.824125, 0.700625],
256  }
257  self.MapsCAERATIOthr = {
258  'etcut': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
259  'loose': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
260  'medium':[-999., -999., -999., -999., -999., -999., -999., -999., -999.],
261  'tight':[-999., -999., -999., -999., -999., -999., -999., -999., -999.],
262  }
263  elif(float(threshold) >= 30. and float(threshold) < 40):
264  self.MapsHADETthr = {
265  'etcut':[0.071, 0.062, 0.075, 0.060, 0.051, 0.057, 0.075, 0.072, 0.051],
266  'loose':[0.071, 0.062, 0.075, 0.060, 0.051, 0.057, 0.075, 0.072, 0.051],
267  'medium':[0.071, 0.062, 0.075, 0.060, 0.051, 0.057, 0.075, 0.072, 0.051],
268  'tight':[0.071, 0.062, 0.075, 0.060, 0.051, 0.057, 0.075, 0.072, 0.051],
269  }
270  self.MapsCARCOREthr = {
271  'etcut':[0.819375, 0.819375, 0.800375, 0.828875, 0.7125, 0.805125, 0.843125, 0.824125, 0.700625],
272  'loose':[0.819375, 0.819375, 0.800375, 0.828875, 0.7125, 0.805125, 0.843125, 0.824125, 0.700625],
273  'medium':[0.819375, 0.819375, 0.800375, 0.828875, 0.7125, 0.805125, 0.843125, 0.824125, 0.700625],
274  'tight':[0.819375, 0.819375, 0.800375, 0.828875, 0.7125, 0.805125, 0.843125, 0.824125, 0.700625],
275  }
276  self.MapsCAERATIOthr = {
277  'etcut': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
278  'loose': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
279  'medium':[-999., -999., -999., -999., -999., -999., -999., -999., -999.],
280  'tight': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
281  }
282  elif(float(threshold) >= 40.):
283  self.MapsHADETthr = {
284  'etcut':[0.071, 0.062, 0.075, 0.060, 0.051, 0.057, 0.075, 0.072, 0.051],
285  'loose':[0.071, 0.062, 0.075, 0.060, 0.051, 0.057, 0.075, 0.072, 0.051],
286  'medium':[0.071, 0.062, 0.075, 0.060, 0.051, 0.057, 0.075, 0.072, 0.051],
287  'tight':[0.071, 0.062, 0.075, 0.060, 0.051, 0.057, 0.075, 0.072, 0.051],
288  }
289  self.MapsCARCOREthr = {
290  'etcut':[0.819375, 0.819375, 0.800375, 0.828875, 0.7125, 0.805125, 0.843125, 0.824125, 0.700625],
291  'loose':[0.819375, 0.819375, 0.800375, 0.828875, 0.7125, 0.805125, 0.843125, 0.824125, 0.700625],
292  'medium':[0.819375, 0.819375, 0.800375, 0.828875, 0.7125, 0.805125, 0.843125, 0.824125, 0.700625],
293  'tight':[0.819375, 0.819375, 0.800375, 0.828875, 0.7125, 0.805125, 0.843125, 0.824125, 0.700625],
294  }
295  self.MapsCAERATIOthr = {
296  'etcut': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
297  'loose': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
298  'medium': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
299  'tight': [-999., -999., -999., -999., -999., -999., -999., -999., -999.],
300  }
301  else:
302  raise RuntimeError('INCORRECT threshold: No cuts configured')
303 
python.TrigEgammaFastCutDefs.TrigFastPhotonCutMaps.MapsHADETthr
MapsHADETthr
Definition: TrigEgammaFastCutDefs.py:188
python.TrigEgammaFastCutDefs.TrigFastCaloElectronCutMaps
Definition: TrigEgammaFastCutDefs.py:13
python.TrigEgammaFastCutDefs.TrigFastPhotonCutMaps.MapsCARCOREthr
MapsCARCOREthr
Definition: TrigEgammaFastCutDefs.py:194
python.TrigEgammaFastCutDefs.TrigFastCaloElectronCutMaps.MapsHADETthr
MapsHADETthr
Et 5 GeV.
Definition: TrigEgammaFastCutDefs.py:43
python.TrigEgammaFastCutDefs.TrigFastPhotonCutMaps.MapsCAERATIOthr
MapsCAERATIOthr
Definition: TrigEgammaFastCutDefs.py:200
python.TrigEgammaFastCutDefs.TrigFastPhotonCutMaps
Definition: TrigEgammaFastCutDefs.py:185
python.TrigEgammaFastCutDefs.TrigFastCaloElectronCutMaps.__init__
def __init__(self, threshold)
Definition: TrigEgammaFastCutDefs.py:23
python.TrigEgammaFastCutDefs.TrigFastCaloElectronCutMaps.MapsCAERATIOthr
MapsCAERATIOthr
Definition: TrigEgammaFastCutDefs.py:55
python.TrigEgammaFastCutDefs.TrigFastPhotonCutMaps.__init__
def __init__(self, threshold)
Definition: TrigEgammaFastCutDefs.py:186
if
if(febId1==febId2)
Definition: LArRodBlockPhysicsV0.cxx:569
python.TrigEgammaFastCutDefs.TrigFastCaloElectronCutMaps.MapsCARCOREthr
MapsCARCOREthr
Definition: TrigEgammaFastCutDefs.py:67
readCCLHist.float
float
Definition: readCCLHist.py:83