CMS 3D CMS Logo

hltExoticaMonojetBackup_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 MonojetBackupPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  #"HLT_PFJet260_v", # Run2
6  #"HLT_PFJetCen80_PFMETNoMu100_v",
7  #"HLT_PFJetCen80_PFMHTNoPuNoMu100_v",
8  #"HLT_PFCenJet140_PFMETNoMu100_PFMHTNoMu140_v",
9  #"HLT_PFCenJet140_PFMETNoMu140_PFMHTNoMu140_v",
10  #"HLT_PFCenJet150_PFMETNoMu150_PFMHTNoMu150_v",
11  #"HLT_CaloJet500_NoID_v",
12  "HLT_CaloJet500_NoJetID_v",
13  #"HLT_MonoCentralPFJet80_PFMETnoMu105_NHEF0p95_v" # Run1
14  "HLT_CaloJet550_NoJetID_v"
15  ),
16  recPFJetLabel = cms.InputTag("ak4PFJets"),
17  recPFMETLabel = cms.InputTag("pfMet"),
18  recCaloJetLabel = cms.InputTag("ak4CaloJets"),
19  # -- Analysis specific cuts
20  minCandidates = cms.uint32(1),
21  # -- Analysis specific binnings
22  parametersTurnOn = cms.vdouble(
23  400, 410, 420, 430, 440, 450, 460, 470, 480, 490,
24  500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600
25  ),
26  dropPt2 = cms.bool(True),
27  dropPt3 = cms.bool(True),
28  )