CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltExoticaHT_cff.py
Go to the documentation of this file.
2 
3 HTPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_PFNoPUHT350_v",
6  ),
7  recPFMETLabel = cms.InputTag("recoExoticaValidationHT"),
8  # -- Analysis specific cuts
9  MET_genCut = cms.string("sumEt > 75"),
10  MET_recCut = cms.string("sumEt > 75"),
11  minCandidates = cms.uint32(1),
12  # -- Analysis specific binnings
13  parametersTurnOn = cms.vdouble(0, 50, 100, 150,
14  200, 220, 240, 260, 280, 300,
15  320, 340, 360, 380, 400,
16  420, 440, 460, 480, 500,
17  520, 540, 560, 580, 600,
18  620, 640, 660, 680, 700,
19  750, 800, 850, 900, 950, 1000,
20  1100, 1200, 1300, 1400, 1500)
21 )