CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltExoticaMonojet_cff.py
Go to the documentation of this file.
2 
3 MonojetPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_MonoCentralPFJet80_PFMETnoMu105_NHEF0p95_v"
6  ),
7  recJetLabel = cms.InputTag("ak5PFJetsCHS"),
8  recPFMETLabel = cms.InputTag("pfMet"),
9  # -- Analysis specific cuts
10  minCandidates = cms.uint32(2),
11  # -- Analysis specific binnings
12  parametersTurnOn = cms.vdouble( 0, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150,
13  160, 170, 180, 190, 200,
14  220, 240, 260, 280, 300,
15  320, 340, 360, 380, 400,
16  420, 440, 460, 480, 500),
17  )