CMS 3D CMS Logo

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