CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltExoticaMonojetBackup_cff.py
Go to the documentation of this file.
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  ),
15  recPFJetLabel = cms.InputTag("ak4PFJets"),
16  recPFMETLabel = cms.InputTag("pfMet"),
17  recCaloJetLabel = cms.InputTag("ak4CaloJets"),
18  # -- Analysis specific cuts
19  minCandidates = cms.uint32(1),
20  # -- Analysis specific binnings
21  parametersTurnOn = cms.vdouble(
22  400, 410, 420, 430, 440, 450, 460, 470, 480, 490,
23  500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600
24  ),
25  )