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_PFMET170_NoiseCleaned_v", # Run2
6  "HLT_CaloMET200_NoiseCleaned_v"
7  #"HLT_MET120_HBHENoiseCleaned_v" # Run1
8  ),
9  recPFMETLabel = cms.InputTag("pfMet"),
10  recCaloMETLabel = cms.InputTag("caloMet"),
11  # -- Analysis specific cuts
12  minCandidates = cms.uint32(1),
13  # -- Analysis specific binnings
14  parametersTurnOn = cms.vdouble( 0, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150,
15  160, 170, 180, 190, 200,
16  220, 240, 260, 280, 300,
17  320, 340, 360, 380, 400,
18  420, 440, 460, 480, 500),
19  )