File indexing completed on 2024-04-06 12:10:02
0001 import FWCore.ParameterSet.Config as cms
0002
0003 from DQMOffline.Trigger.JetMonitor_cfi import hltJetMETmonitoring
0004
0005
0006
0007 PFJet450_Prommonitoring = hltJetMETmonitoring.clone(
0008 FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet450/',
0009 histoPSet = dict(jetPtThrPSet = dict(
0010 nbins = 112 ,
0011 xmin = 0.,
0012 xmax = 1120.)),
0013 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet450_v*"])
0014 )
0015
0016
0017
0018 PFJet40_Prommonitoring = hltJetMETmonitoring.clone(
0019 FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet40/',
0020 histoPSet = dict(jetPtThrPSet = dict(
0021 nbins = 50 ,
0022 xmin = 0.,
0023 xmax = 100.)),
0024 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet40_v*"])
0025 )
0026
0027
0028 PFJet60_Prommonitoring = hltJetMETmonitoring.clone(
0029 FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet60/',
0030 histoPSet = dict(jetPtThrPSet = dict(
0031 nbins = 75 ,
0032 xmin = 0.,
0033 xmax = 150.)),
0034 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet60_v*"])
0035 )
0036
0037
0038
0039 PFJet80_Prommonitoring = hltJetMETmonitoring.clone(
0040 FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet80/',
0041 histoPSet = dict(jetPtThrPSet = dict(
0042 nbins = 100,
0043 xmin = 0.,
0044 xmax = 200.)),
0045 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet80_v*"])
0046 )
0047
0048
0049 PFJet140_Prommonitoring = hltJetMETmonitoring.clone(
0050 FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet140/',
0051 histoPSet = dict(jetPtThrPSet = dict(
0052 nbins = 70 ,
0053 xmin = 0.,
0054 xmax = 350.)),
0055 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet140_v*"])
0056 )
0057
0058
0059 PFJet200_Prommonitoring = hltJetMETmonitoring.clone(
0060 FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet200/',
0061 histoPSet = dict(jetPtThrPSet = dict(
0062 nbins = 50 ,
0063 xmin = 0.,
0064 xmax = 500.)),
0065 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet200_v*"])
0066 )
0067
0068
0069
0070 PFJet260_Prommonitoring = hltJetMETmonitoring.clone(
0071 FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet260/',
0072 histoPSet = dict(jetPtThrPSet = dict(
0073 nbins = 65,
0074 xmin = 0.,
0075 xmax = 650.)),
0076 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet260_v*"])
0077
0078 )
0079
0080
0081 PFJet320_Prommonitoring = hltJetMETmonitoring.clone(
0082 FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet320/',
0083 histoPSet = dict(jetPtThrPSet = dict(
0084 nbins = 80 ,
0085 xmin = 0.,
0086 xmax = 800.)),
0087 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet320_v*"])
0088 )
0089
0090
0091
0092 PFJet400_Prommonitoring = hltJetMETmonitoring.clone(
0093 FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet400/',
0094 histoPSet = dict(jetPtThrPSet = dict(
0095 nbins = 100 ,
0096 xmin = 0.,
0097 xmax = 1000.)),
0098 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet400_v*"])
0099
0100 )
0101
0102
0103 PFJet500_Prommonitoring = hltJetMETmonitoring.clone(
0104 FolderName = 'HLT/JME/Jets/AK4/PF/HLT_PFJet500/',
0105 histoPSet = dict(jetPtThrPSet = dict(
0106 nbins = 125,
0107 xmin = 0.,
0108 xmax = 1250)),
0109 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJet500_v*"])
0110 )
0111
0112
0113
0114
0115 PFJetFwd450_Prommonitoring = hltJetMETmonitoring.clone(
0116 FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd450/',
0117 histoPSet = dict(jetPtThrPSet = dict(
0118 nbins = 112 ,
0119 xmin = 0.,
0120 xmax = 1120.)),
0121 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd450_v*"])
0122 )
0123
0124
0125 PFJetFwd40_Prommonitoring = hltJetMETmonitoring.clone(
0126 FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd40/',
0127 histoPSet = dict(jetPtThrPSet = dict(
0128 nbins = 50 ,
0129 xmin = 0.,
0130 xmax = 100.)),
0131 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd40_v*"])
0132 )
0133
0134
0135
0136 PFJetFwd60_Prommonitoring = hltJetMETmonitoring.clone(
0137 FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd60/',
0138 histoPSet = dict(jetPtThrPSet = dict(
0139 nbins = 75 ,
0140 xmin = 0.,
0141 xmax = 150.)),
0142 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd60_v*"])
0143 )
0144
0145
0146
0147 PFJetFwd80_Prommonitoring = hltJetMETmonitoring.clone(
0148 FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd80/',
0149 histoPSet = dict(jetPtThrPSet = dict(
0150 nbins = 100,
0151 xmin = 0.,
0152 xmax = 200.)),
0153 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd80_v*"])
0154
0155 )
0156
0157
0158 PFJetFwd140_Prommonitoring = hltJetMETmonitoring.clone(
0159 FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd140/',
0160 histoPSet = dict(jetPtThrPSet = dict(
0161 nbins = 70 ,
0162 xmin = 0.,
0163 xmax = 350.)),
0164 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd140_v*"])
0165 )
0166
0167
0168
0169 PFJetFwd200_Prommonitoring = hltJetMETmonitoring.clone(
0170 FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd200/',
0171 histoPSet = dict(jetPtThrPSet = dict(
0172 nbins = 50 ,
0173 xmin = 0.,
0174 xmax = 500.)),
0175 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd200_v*"])
0176 )
0177
0178
0179
0180 PFJetFwd260_Prommonitoring = hltJetMETmonitoring.clone(
0181 FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd260/',
0182 histoPSet = dict(jetPtThrPSet = dict(
0183 nbins = 65 ,
0184 xmin = 0.,
0185 xmax = 650.)),
0186 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd260_v*"])
0187 )
0188
0189
0190
0191 PFJetFwd320_Prommonitoring = hltJetMETmonitoring.clone(
0192 FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd320/',
0193 histoPSet = dict(jetPtThrPSet = dict(
0194 nbins = 80 ,
0195 xmin = 0.,
0196 xmax = 800.)),
0197 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd320_v*"])
0198 )
0199
0200
0201
0202 PFJetFwd400_Prommonitoring = hltJetMETmonitoring.clone(
0203 FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd400/',
0204 histoPSet = dict(jetPtThrPSet = dict(
0205 nbins = 100 ,
0206 xmin = 0.,
0207 xmax = 1000.)),
0208 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd400_v*"])
0209 )
0210
0211
0212
0213 PFJetFwd500_Prommonitoring = hltJetMETmonitoring.clone(
0214 FolderName = 'HLT/JME/Jets/AK4Fwd/PF/HLT_PFJetFwd500/',
0215 histoPSet = dict(jetPtThrPSet = dict(
0216 nbins = 125,
0217 xmin = 0.,
0218 xmax = 1250)),
0219 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFJetFwd500_v*"])
0220 )
0221
0222
0223
0224
0225 AK8PFJet40_Prommonitoring = hltJetMETmonitoring.clone(
0226 FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet40/',
0227 jetSrc = "ak8PFJetsPuppi",
0228 histoPSet =dict(jetPtThrPSet = dict(
0229 nbins = 50 ,
0230 xmin = 0.,
0231 xmax = 100.)),
0232
0233 ispfjettrg = True,
0234 iscalojettrg = False,
0235 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet40_v*"])
0236 )
0237
0238
0239
0240 AK8PFJet60_Prommonitoring = hltJetMETmonitoring.clone(
0241 FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet60/',
0242 jetSrc = "ak8PFJetsPuppi",
0243 ispfjettrg = True,
0244 iscalojettrg = False,
0245 histoPSet = dict(jetPtThrPSet = dict(
0246 nbins = 75 ,
0247 xmin = 0.,
0248 xmax = 150.)),
0249 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet60_v*"])
0250 )
0251
0252
0253
0254 AK8PFJet80_Prommonitoring = hltJetMETmonitoring.clone(
0255 FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet80/',
0256 jetSrc = "ak8PFJetsPuppi",
0257 ispfjettrg = True,
0258 iscalojettrg = False,
0259 histoPSet = dict(jetPtThrPSet = dict(
0260 nbins = 100 ,
0261 xmin = 0.,
0262 xmax = 200.)),
0263 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet80_v*"])
0264
0265 )
0266
0267
0268 AK8PFJet140_Prommonitoring = hltJetMETmonitoring.clone(
0269 FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet140/',
0270 jetSrc = "ak8PFJetsPuppi",
0271 ispfjettrg = True,
0272 iscalojettrg = False,
0273 histoPSet = dict(jetPtThrPSet = dict(
0274 nbins = 70 ,
0275 xmin = 0.,
0276 xmax = 350.)),
0277 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet140_v*"])
0278 )
0279
0280
0281
0282 AK8PFJet200_Prommonitoring = hltJetMETmonitoring.clone(
0283 FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet200/',
0284 jetSrc = "ak8PFJetsPuppi",
0285 ispfjettrg = True,
0286 iscalojettrg = False,
0287 histoPSet = dict(jetPtThrPSet = dict(
0288 nbins = 50,
0289 xmin = 0.,
0290 xmax = 500.)),
0291 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet200_v*"])
0292 )
0293
0294
0295
0296 AK8PFJet260_Prommonitoring = hltJetMETmonitoring.clone(
0297 FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet260/',
0298 jetSrc = "ak8PFJetsPuppi",
0299 ispfjettrg = True,
0300 iscalojettrg = False,
0301 histoPSet = dict(jetPtThrPSet = dict(
0302 nbins = 65 ,
0303 xmin = 0.,
0304 xmax = 650.)),
0305 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet260_v*"])
0306 )
0307
0308
0309
0310 AK8PFJet320_Prommonitoring = hltJetMETmonitoring.clone(
0311 FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet320/',
0312 jetSrc = "ak8PFJetsPuppi",
0313 ispfjettrg = True,
0314 iscalojettrg = False,
0315 histoPSet = dict(jetPtThrPSet = dict(
0316 nbins = 80 ,
0317 xmin = 0.,
0318 xmax = 800.)),
0319 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet320_v*"])
0320 )
0321
0322
0323
0324 AK8PFJet400_Prommonitoring = hltJetMETmonitoring.clone(
0325 FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet400/',
0326 jetSrc = "ak8PFJetsPuppi",
0327 ispfjettrg = True,
0328 iscalojettrg = False,
0329 histoPSet = dict(jetPtThrPSet = dict(
0330 nbins = 100 ,
0331 xmin = 0.,
0332 xmax = 1000.)),
0333 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet400_v*"])
0334 )
0335
0336
0337
0338 AK8PFJet450_Prommonitoring = hltJetMETmonitoring.clone(
0339 FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet450/',
0340 jetSrc = "ak8PFJetsPuppi",
0341 ispfjettrg = True,
0342 iscalojettrg = False,
0343 histoPSet = dict(jetPtThrPSet = dict(
0344 nbins = 112 ,
0345 xmin = 0.,
0346 xmax = 1120.)),
0347 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet450_v*"])
0348 )
0349
0350
0351
0352 AK8PFJet500_Prommonitoring = hltJetMETmonitoring.clone(
0353 FolderName = 'HLT/JME/Jets/AK8/PF/HLT_AK8PFJet500/',
0354 jetSrc = "ak8PFJetsPuppi",
0355 ispfjettrg = True,
0356 iscalojettrg = False,
0357 histoPSet = dict(jetPtThrPSet = dict(
0358 nbins = 125,
0359 xmin = 0.,
0360 xmax = 1250)),
0361 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet500_v*"])
0362
0363 )
0364
0365
0366
0367 AK8PFJetFwd40_Prommonitoring = hltJetMETmonitoring.clone(
0368 FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd40/',
0369 jetSrc = "ak8PFJetsPuppi",
0370 ispfjettrg = True,
0371 iscalojettrg = False,
0372 histoPSet = dict(jetPtThrPSet = dict(
0373 nbins = 50 ,
0374 xmin = 0.,
0375 xmax = 100.)),
0376 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJetFwd40_v*"])
0377 )
0378
0379
0380
0381 AK8PFJetFwd60_Prommonitoring = hltJetMETmonitoring.clone(
0382 FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd60/',
0383 jetSrc = "ak8PFJetsPuppi",
0384 ispfjettrg = True,
0385 iscalojettrg = False,
0386 histoPSet = dict(jetPtThrPSet = dict(
0387 nbins = 75 ,
0388 xmin = 0.,
0389 xmax = 150.)),
0390 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJetFwd60_v*"])
0391 )
0392
0393
0394
0395 AK8PFJetFwd80_Prommonitoring = hltJetMETmonitoring.clone(
0396 FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd80/',
0397 jetSrc = "ak8PFJetsPuppi",
0398 ispfjettrg = True,
0399 iscalojettrg = False,
0400 histoPSet = dict(jetPtThrPSet = dict(
0401 nbins = 100 ,
0402 xmin = 0.,
0403 xmax = 200.)),
0404 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJetFwd80_v*"])
0405 )
0406
0407
0408
0409 AK8PFJetFwd140_Prommonitoring = hltJetMETmonitoring.clone(
0410 FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd140/',
0411 jetSrc = "ak8PFJetsPuppi",
0412 ispfjettrg = True,
0413 iscalojettrg = False,
0414 histoPSet = dict(jetPtThrPSet = dict(
0415 nbins = 70 ,
0416 xmin = 0.,
0417 xmax = 350.)),
0418 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJetFwd140_v*"])
0419 )
0420
0421
0422
0423 AK8PFJetFwd200_Prommonitoring = hltJetMETmonitoring.clone(
0424 FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd200/',
0425 jetSrc = "ak8PFJetsPuppi",
0426 ispfjettrg = True,
0427 iscalojettrg = False,
0428 histoPSet = dict(jetPtThrPSet = dict(
0429 nbins = 50 ,
0430 xmin = 0.,
0431 xmax = 500.)),
0432 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJetFwd200_v*"])
0433 )
0434
0435
0436
0437 AK8PFJetFwd260_Prommonitoring = hltJetMETmonitoring.clone(
0438 FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd260/',
0439 jetSrc = "ak8PFJetsPuppi",
0440 ispfjettrg = True,
0441 iscalojettrg = False,
0442 histoPSet = dict(jetPtThrPSet = dict(
0443 nbins = 65 ,
0444 xmin = 0.,
0445 xmax = 650.)),
0446 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJetFwd260_v*"])
0447 )
0448
0449
0450
0451 AK8PFJetFwd320_Prommonitoring = hltJetMETmonitoring.clone(
0452 FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd320/',
0453 jetSrc = "ak8PFJetsPuppi",
0454 ispfjettrg = True,
0455 iscalojettrg = False,
0456 histoPSet = dict(jetPtThrPSet = dict(
0457 nbins = 80 ,
0458 xmin = 0.,
0459 xmax = 800.)),
0460 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJetFwd320_v*"])
0461 )
0462
0463
0464
0465 AK8PFJetFwd400_Prommonitoring = hltJetMETmonitoring.clone(
0466 FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd400/',
0467 jetSrc = "ak8PFJetsPuppi",
0468 ispfjettrg = True,
0469 iscalojettrg = False,
0470 histoPSet = dict(jetPtThrPSet = dict(
0471 nbins = 100 ,
0472 xmin = 0.,
0473 xmax = 1000.)),
0474 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJetFwd400_v*"])
0475 )
0476
0477
0478 AK8PFJetFwd450_Prommonitoring = hltJetMETmonitoring.clone(
0479 FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd450/',
0480 jetSrc = "ak8PFJetsPuppi",
0481 ispfjettrg = True,
0482 iscalojettrg = False,
0483 histoPSet = dict(jetPtThrPSet = dict(
0484 nbins = 112 ,
0485 xmin = 0.,
0486 xmax = 1120.)),
0487 numGenericTriggerEventPSet = dict(hltPaths =["HLT_AK8PFJetFwd450_v*"])
0488 )
0489
0490
0491
0492 AK8PFJetFwd500_Prommonitoring = hltJetMETmonitoring.clone(
0493 FolderName = 'HLT/JME/Jets/AK8Fwd/PF/HLT_AK8PFJetFwd500/',
0494 jetSrc = "ak8PFJetsPuppi",
0495 ispfjettrg = True,
0496 iscalojettrg = False,
0497 histoPSet = dict(jetPtThrPSet = dict(
0498 nbins = 125,
0499 xmin = 0.,
0500 xmax = 1250)),
0501 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJetFwd500_v*"])
0502
0503 )
0504
0505
0506 CaloJet500_NoJetID_Prommonitoring = hltJetMETmonitoring.clone(
0507 FolderName = 'HLT/JME/Jets/AK4/Calo/HLT_CaloJet500_NoJetID/',
0508 jetSrc = "ak4CaloJets",
0509 ispfjettrg = False,
0510 iscalojettrg = True,
0511 histoPSet = dict(jetPtThrPSet = dict(
0512 nbins = 125,
0513 xmin = 0.,
0514 xmax = 1250)),
0515 numGenericTriggerEventPSet = dict(hltPaths = ["HLT_CaloJet500_NoJetID_v*"])
0516 )
0517
0518
0519 HLTJetmonitoring = cms.Sequence(
0520 PFJet40_Prommonitoring
0521 *PFJet60_Prommonitoring
0522 *PFJet80_Prommonitoring
0523 *PFJet140_Prommonitoring
0524 *PFJet200_Prommonitoring
0525 *PFJet260_Prommonitoring
0526 *PFJet320_Prommonitoring
0527 *PFJet400_Prommonitoring
0528 *PFJet450_Prommonitoring
0529 *PFJet500_Prommonitoring
0530 *PFJetFwd40_Prommonitoring
0531 *PFJetFwd60_Prommonitoring
0532 *PFJetFwd80_Prommonitoring
0533 *PFJetFwd140_Prommonitoring
0534 *PFJetFwd200_Prommonitoring
0535 *PFJetFwd260_Prommonitoring
0536 *PFJetFwd320_Prommonitoring
0537 *PFJetFwd400_Prommonitoring
0538 *PFJetFwd450_Prommonitoring
0539 *PFJetFwd500_Prommonitoring
0540 *AK8PFJet450_Prommonitoring
0541 *AK8PFJet40_Prommonitoring
0542 *AK8PFJet60_Prommonitoring
0543 *AK8PFJet80_Prommonitoring
0544 *AK8PFJet140_Prommonitoring
0545 *AK8PFJet200_Prommonitoring
0546 *AK8PFJet260_Prommonitoring
0547 *AK8PFJet320_Prommonitoring
0548 *AK8PFJet400_Prommonitoring
0549 *AK8PFJet500_Prommonitoring
0550 *AK8PFJetFwd450_Prommonitoring
0551 *AK8PFJetFwd40_Prommonitoring
0552 *AK8PFJetFwd60_Prommonitoring
0553 *AK8PFJetFwd80_Prommonitoring
0554 *AK8PFJetFwd140_Prommonitoring
0555 *AK8PFJetFwd200_Prommonitoring
0556 *AK8PFJetFwd260_Prommonitoring
0557 *AK8PFJetFwd320_Prommonitoring
0558 *AK8PFJetFwd400_Prommonitoring
0559 *AK8PFJetFwd500_Prommonitoring
0560 *CaloJet500_NoJetID_Prommonitoring
0561 )