CMS 3D CMS Logo

JetMonitor_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMOffline.Trigger.JetMonitor_cfi import hltJetMETmonitoring
4 
5 
7 PFJet450_Prommonitoring = hltJetMETmonitoring.clone(
8  FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet450/',
9  histoPSet = dict(jetPtThrPSet = dict(
10  nbins = 112 ,
11  xmin = 0.,
12  xmax = 1120.)),
13  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet450_v*"])
14 )
15 
16 
17 # HLT_PFJet40
18 PFJet40_Prommonitoring = hltJetMETmonitoring.clone(
19  FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet40/',
20  histoPSet = dict(jetPtThrPSet = dict(
21  nbins = 50 ,
22  xmin = 0.,
23  xmax = 100.)),
24  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet40_v*"])
25 )
26 
27 # HLT_PFJet60
28 PFJet60_Prommonitoring = hltJetMETmonitoring.clone(
29  FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet60/',
30  histoPSet = dict(jetPtThrPSet = dict(
31  nbins = 75 ,
32  xmin = 0.,
33  xmax = 150.)),
34  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet60_v*"])
35 )
36 
37 
38 # HLT_PFJet80
39 PFJet80_Prommonitoring = hltJetMETmonitoring.clone(
40  FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet80/',
41  histoPSet = dict(jetPtThrPSet = dict(
42  nbins = 100,
43  xmin = 0.,
44  xmax = 200.)),
45  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet80_v*"])
46 )
47 
48 # HLT_PFJet140
49 PFJet140_Prommonitoring = hltJetMETmonitoring.clone(
50  FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet140/',
51  histoPSet = dict(jetPtThrPSet = dict(
52  nbins = 70 ,
53  xmin = 0.,
54  xmax = 350.)),
55  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet140_v*"])
56 )
57 
58 # HLT_PFJet200
59 PFJet200_Prommonitoring = hltJetMETmonitoring.clone(
60  FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet200/',
61  histoPSet = dict(jetPtThrPSet = dict(
62  nbins = 50 ,
63  xmin = 0.,
64  xmax = 500.)),
65  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet200_v*"])
66 )
67 
68 
69 # HLT_PFJet260
70 PFJet260_Prommonitoring = hltJetMETmonitoring.clone(
71  FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet260/',
72  histoPSet = dict(jetPtThrPSet = dict(
73  nbins = 65,
74  xmin = 0.,
75  xmax = 650.)),
76  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet260_v*"])
77 
78 )
79 
80 # HLT_PFJet320
81 PFJet320_Prommonitoring = hltJetMETmonitoring.clone(
82  FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet320/',
83  histoPSet = dict(jetPtThrPSet = dict(
84  nbins = 80 ,
85  xmin = 0.,
86  xmax = 800.)),
87  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet320_v*"])
88 )
89 
90 
91 # HLT_PFJet400
92 PFJet400_Prommonitoring = hltJetMETmonitoring.clone(
93  FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet400/',
94  histoPSet = dict(jetPtThrPSet = dict(
95  nbins = 100 ,
96  xmin = 0.,
97  xmax = 1000.)),
98  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet400_v*"])
99 
100 )
101 
102 # HLT_PFJet500
103 PFJet500_Prommonitoring = hltJetMETmonitoring.clone(
104  FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet500/',
105  histoPSet = dict(jetPtThrPSet = dict(
106  nbins = 125,
107  xmin = 0.,
108  xmax = 1250)),
109  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet500_v*"])
110 )
111 
112 
113 
115 PFJetFwd450_Prommonitoring = hltJetMETmonitoring.clone(
116  FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd450/',
117  histoPSet = dict(jetPtThrPSet = dict(
118  nbins = 112 ,
119  xmin = 0.,
120  xmax = 1120.)),
121  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd450_v*"])
122 )
123 
124 # HLT_PFJetFwd40
125 PFJetFwd40_Prommonitoring = hltJetMETmonitoring.clone(
126  FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd40/',
127  histoPSet = dict(jetPtThrPSet = dict(
128  nbins = 50 ,
129  xmin = 0.,
130  xmax = 100.)),
131  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd40_v*"])
132 )
133 
134 
135 # HLT_PFJetFwd60
136 PFJetFwd60_Prommonitoring = hltJetMETmonitoring.clone(
137  FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd60/',
138  histoPSet = dict(jetPtThrPSet = dict(
139  nbins = 75 ,
140  xmin = 0.,
141  xmax = 150.)),
142  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd60_v*"])
143 )
144 
145 
146 # HLT_PFJetFwd80
147 PFJetFwd80_Prommonitoring = hltJetMETmonitoring.clone(
148  FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd80/',
149  histoPSet = dict(jetPtThrPSet = dict(
150  nbins = 100,
151  xmin = 0.,
152  xmax = 200.)),
153  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd80_v*"])
154 
155 )
156 
157 # HLT_PFJetFwd140
158 PFJetFwd140_Prommonitoring = hltJetMETmonitoring.clone(
159  FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd140/',
160  histoPSet = dict(jetPtThrPSet = dict(
161  nbins = 70 ,
162  xmin = 0.,
163  xmax = 350.)),
164  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd140_v*"])
165 )
166 
167 
168 # HLT_PFJetFwd200
169 PFJetFwd200_Prommonitoring = hltJetMETmonitoring.clone(
170  FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd200/',
171  histoPSet = dict(jetPtThrPSet = dict(
172  nbins = 50 ,
173  xmin = 0.,
174  xmax = 500.)),
175  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd200_v*"])
176 )
177 
178 
179 # HLT_PFJetFwd260
180 PFJetFwd260_Prommonitoring = hltJetMETmonitoring.clone(
181  FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd260/',
182  histoPSet = dict(jetPtThrPSet = dict(
183  nbins = 65 ,
184  xmin = 0.,
185  xmax = 650.)),
186  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd260_v*"])
187 )
188 
189 
190 # HLT_PFJetFwd320
191 PFJetFwd320_Prommonitoring = hltJetMETmonitoring.clone(
192  FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd320/',
193  histoPSet = dict(jetPtThrPSet = dict(
194  nbins = 80 ,
195  xmin = 0.,
196  xmax = 800.)),
197  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd320_v*"])
198 )
199 
200 
201 # HLT_PFJetFwd400
202 PFJetFwd400_Prommonitoring = hltJetMETmonitoring.clone(
203  FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd400/',
204  histoPSet = dict(jetPtThrPSet = dict(
205  nbins = 100 ,
206  xmin = 0.,
207  xmax = 1000.)),
208  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd400_v*"])
209 )
210 
211 
212 # HLT_PFJetFwd500
213 PFJetFwd500_Prommonitoring = hltJetMETmonitoring.clone(
214  FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd500/',
215  histoPSet = dict(jetPtThrPSet = dict(
216  nbins = 125,
217  xmin = 0.,
218  xmax = 1250)),
219  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd500_v*"])
220 )
221 
222 
223 
225 AK8PFJet40_Prommonitoring = hltJetMETmonitoring.clone(
226  FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet40/',
227  jetSrc = "ak8PFJetsPuppi",
228  histoPSet =dict(jetPtThrPSet = dict(
229  nbins = 50 ,
230  xmin = 0.,
231  xmax = 100.)),
232 
233  ispfjettrg = True,
234  iscalojettrg = False,
235  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet40_v*"])
236 )
237 
238 
239 # HLT_AK8PFJet60
240 AK8PFJet60_Prommonitoring = hltJetMETmonitoring.clone(
241  FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet60/',
242  jetSrc = "ak8PFJetsPuppi",
243  ispfjettrg = True,
244  iscalojettrg = False,
245  histoPSet = dict(jetPtThrPSet = dict(
246  nbins = 75 ,
247  xmin = 0.,
248  xmax = 150.)),
249  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet60_v*"])
250 )
251 
252 
253 # HLT_AK8PFJet80
254 AK8PFJet80_Prommonitoring = hltJetMETmonitoring.clone(
255  FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet80/',
256  jetSrc = "ak8PFJetsPuppi",
257  ispfjettrg = True,
258  iscalojettrg = False,
259  histoPSet = dict(jetPtThrPSet = dict(
260  nbins = 100 ,
261  xmin = 0.,
262  xmax = 200.)),
263  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet80_v*"])
264 
265 )
266 
267 # HLT_AK8PFJet140
268 AK8PFJet140_Prommonitoring = hltJetMETmonitoring.clone(
269  FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet140/',
270  jetSrc = "ak8PFJetsPuppi",
271  ispfjettrg = True,
272  iscalojettrg = False,
273  histoPSet = dict(jetPtThrPSet = dict(
274  nbins = 70 ,
275  xmin = 0.,
276  xmax = 350.)),
277  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet140_v*"])
278 )
279 
280 
281 # HLT_AK8PFJet200
282 AK8PFJet200_Prommonitoring = hltJetMETmonitoring.clone(
283  FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet200/',
284  jetSrc = "ak8PFJetsPuppi",
285  ispfjettrg = True,
286  iscalojettrg = False,
287  histoPSet = dict(jetPtThrPSet = dict(
288  nbins = 50,
289  xmin = 0.,
290  xmax = 500.)),
291  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet200_v*"])
292 )
293 
294 
295 # HLT_AK8PFJet260
296 AK8PFJet260_Prommonitoring = hltJetMETmonitoring.clone(
297  FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet260/',
298  jetSrc = "ak8PFJetsPuppi",
299  ispfjettrg = True,
300  iscalojettrg = False,
301  histoPSet = dict(jetPtThrPSet = dict(
302  nbins = 65 ,
303  xmin = 0.,
304  xmax = 650.)),
305  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet260_v*"])
306 )
307 
308 
309 # HLT_AK8PFJet320
310 AK8PFJet320_Prommonitoring = hltJetMETmonitoring.clone(
311  FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet320/',
312  jetSrc = "ak8PFJetsPuppi",
313  ispfjettrg = True,
314  iscalojettrg = False,
315  histoPSet = dict(jetPtThrPSet = dict(
316  nbins = 80 ,
317  xmin = 0.,
318  xmax = 800.)),
319  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet320_v*"])
320 )
321 
322 
323 # HLT_AK8PFJet400
324 AK8PFJet400_Prommonitoring = hltJetMETmonitoring.clone(
325  FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet400/',
326  jetSrc = "ak8PFJetsPuppi",
327  ispfjettrg = True,
328  iscalojettrg = False,
329  histoPSet = dict(jetPtThrPSet = dict(
330  nbins = 100 ,
331  xmin = 0.,
332  xmax = 1000.)),
333  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet400_v*"])
334 )
335 
336 
337 # HLT_AK8PFJet450
338 AK8PFJet450_Prommonitoring = hltJetMETmonitoring.clone(
339  FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet450/',
340  jetSrc = "ak8PFJetsPuppi",
341  ispfjettrg = True,
342  iscalojettrg = False,
343  histoPSet = dict(jetPtThrPSet = dict(
344  nbins = 112 ,
345  xmin = 0.,
346  xmax = 1120.)),
347  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet450_v*"])
348 )
349 
350 
351 # HLT_AK8PFJet500
352 AK8PFJet500_Prommonitoring = hltJetMETmonitoring.clone(
353  FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet500/',
354  jetSrc = "ak8PFJetsPuppi",
355  ispfjettrg = True,
356  iscalojettrg = False,
357  histoPSet = dict(jetPtThrPSet = dict(
358  nbins = 125,
359  xmin = 0.,
360  xmax = 1250)),
361  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet500_v*"])
362 
363 )
364 
365 
367 AK8PFJetFwd40_Prommonitoring = hltJetMETmonitoring.clone(
368  FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd40/',
369  jetSrc = "ak8PFJetsPuppi",
370  ispfjettrg = True,
371  iscalojettrg = False,
372  histoPSet = dict(jetPtThrPSet = dict(
373  nbins = 50 ,
374  xmin = 0.,
375  xmax = 100.)),
376  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJetFwd40_v*"])
377 )
378 
379 
380 # HLT_AK8PFJetFwd60
381 AK8PFJetFwd60_Prommonitoring = hltJetMETmonitoring.clone(
382  FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd60/',
383  jetSrc = "ak8PFJetsPuppi",
384  ispfjettrg = True,
385  iscalojettrg = False,
386  histoPSet = dict(jetPtThrPSet = dict(
387  nbins = 75 ,
388  xmin = 0.,
389  xmax = 150.)),
390  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJetFwd60_v*"])
391 )
392 
393 
394 # HLT_AK8PFJetFwd80
395 AK8PFJetFwd80_Prommonitoring = hltJetMETmonitoring.clone(
396  FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd80/',
397  jetSrc = "ak8PFJetsPuppi",
398  ispfjettrg = True,
399  iscalojettrg = False,
400  histoPSet = dict(jetPtThrPSet = dict(
401  nbins = 100 ,
402  xmin = 0.,
403  xmax = 200.)),
404  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJetFwd80_v*"])
405 )
406 
407 
408 # HLT_AK8PFJetFwd140
409 AK8PFJetFwd140_Prommonitoring = hltJetMETmonitoring.clone(
410  FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd140/',
411  jetSrc = "ak8PFJetsPuppi",
412  ispfjettrg = True,
413  iscalojettrg = False,
414  histoPSet = dict(jetPtThrPSet = dict(
415  nbins = 70 ,
416  xmin = 0.,
417  xmax = 350.)),
418  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJetFwd140_v*"])
419 )
420 
421 
422 # HLT_AK8PFJetFwd200
423 AK8PFJetFwd200_Prommonitoring = hltJetMETmonitoring.clone(
424  FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd200/',
425  jetSrc = "ak8PFJetsPuppi",
426  ispfjettrg = True,
427  iscalojettrg = False,
428  histoPSet = dict(jetPtThrPSet = dict(
429  nbins = 50 ,
430  xmin = 0.,
431  xmax = 500.)),
432  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJetFwd200_v*"])
433 )
434 
435 
436 # HLT_AK8PFJetFwd260
437 AK8PFJetFwd260_Prommonitoring = hltJetMETmonitoring.clone(
438  FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd260/',
439  jetSrc = "ak8PFJetsPuppi",
440  ispfjettrg = True,
441  iscalojettrg = False,
442  histoPSet = dict(jetPtThrPSet = dict(
443  nbins = 65 ,
444  xmin = 0.,
445  xmax = 650.)),
446  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJetFwd260_v*"])
447 )
448 
449 
450 # HLT_AK8PFJetFwd320
451 AK8PFJetFwd320_Prommonitoring = hltJetMETmonitoring.clone(
452  FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd320/',
453  jetSrc = "ak8PFJetsPuppi",
454  ispfjettrg = True,
455  iscalojettrg = False,
456  histoPSet = dict(jetPtThrPSet = dict(
457  nbins = 80 ,
458  xmin = 0.,
459  xmax = 800.)),
460  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJetFwd320_v*"])
461 )
462 
463 
464 # HLT_AK8PFJetFwd400
465 AK8PFJetFwd400_Prommonitoring = hltJetMETmonitoring.clone(
466  FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd400/',
467  jetSrc = "ak8PFJetsPuppi",
468  ispfjettrg = True,
469  iscalojettrg = False,
470  histoPSet = dict(jetPtThrPSet = dict(
471  nbins = 100 ,
472  xmin = 0.,
473  xmax = 1000.)),
474  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJetFwd400_v*"])
475 )
476 
477 # HLT_AK8PFJetFwd450
478 AK8PFJetFwd450_Prommonitoring = hltJetMETmonitoring.clone(
479  FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd450/',
480  jetSrc = "ak8PFJetsPuppi",
481  ispfjettrg = True,
482  iscalojettrg = False,
483  histoPSet = dict(jetPtThrPSet = dict(
484  nbins = 112 ,
485  xmin = 0.,
486  xmax = 1120.)),
487  numGenericTriggerEventPSet = dict(hltPaths =["HLT_AK8PFJetFwd450_v*"])
488 )
489 
490 
491 # HLT_AK8PFJetFwd500
492 AK8PFJetFwd500_Prommonitoring = hltJetMETmonitoring.clone(
493  FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd500/',
494  jetSrc = "ak8PFJetsPuppi",
495  ispfjettrg = True,
496  iscalojettrg = False,
497  histoPSet = dict(jetPtThrPSet = dict(
498  nbins = 125,
499  xmin = 0.,
500  xmax = 1250)),
501  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJetFwd500_v*"])
502 
503 )
504 
505 # HLT_CaloJet500_NoJetID
506 CaloJet500_NoJetID_Prommonitoring = hltJetMETmonitoring.clone(
507  FolderName = 'HLT/JME/Jets/AK4/Calo/HLT_CaloJet500_NoJetID/',
508  jetSrc = "ak4CaloJets",
509  ispfjettrg = False,
510  iscalojettrg = True,
511  histoPSet = dict(jetPtThrPSet = dict(
512  nbins = 125,
513  xmin = 0.,
514  xmax = 1250)),
515  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_CaloJet500_NoJetID_v*"])
516 )
517 
518 
519 HLTJetmonitoring = cms.Sequence(
520  PFJet40_Prommonitoring
521  *PFJet60_Prommonitoring
522  *PFJet80_Prommonitoring
523  *PFJet140_Prommonitoring
524  *PFJet200_Prommonitoring
525  *PFJet260_Prommonitoring
526  *PFJet320_Prommonitoring
527  *PFJet400_Prommonitoring
528  *PFJet450_Prommonitoring
529  *PFJet500_Prommonitoring
530  *PFJetFwd40_Prommonitoring
531  *PFJetFwd60_Prommonitoring
532  *PFJetFwd80_Prommonitoring
533  *PFJetFwd140_Prommonitoring
534  *PFJetFwd200_Prommonitoring
535  *PFJetFwd260_Prommonitoring
536  *PFJetFwd320_Prommonitoring
537  *PFJetFwd400_Prommonitoring
538  *PFJetFwd450_Prommonitoring
539  *PFJetFwd500_Prommonitoring
540  *AK8PFJet450_Prommonitoring
541  *AK8PFJet40_Prommonitoring
542  *AK8PFJet60_Prommonitoring
543  *AK8PFJet80_Prommonitoring
544  *AK8PFJet140_Prommonitoring
545  *AK8PFJet200_Prommonitoring
546  *AK8PFJet260_Prommonitoring
547  *AK8PFJet320_Prommonitoring
548  *AK8PFJet400_Prommonitoring
549  *AK8PFJet500_Prommonitoring
550  *AK8PFJetFwd450_Prommonitoring
551  *AK8PFJetFwd40_Prommonitoring
552  *AK8PFJetFwd60_Prommonitoring
553  *AK8PFJetFwd80_Prommonitoring
554  *AK8PFJetFwd140_Prommonitoring
555  *AK8PFJetFwd200_Prommonitoring
556  *AK8PFJetFwd260_Prommonitoring
557  *AK8PFJetFwd320_Prommonitoring
558  *AK8PFJetFwd400_Prommonitoring
559  *AK8PFJetFwd500_Prommonitoring
560  *CaloJet500_NoJetID_Prommonitoring
561 )