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