CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
hltExoticaPureMET_cff Namespace Reference

Variables

tuple PureMETPSet
 

Variable Documentation

tuple hltExoticaPureMET_cff.PureMETPSet
Initial value:
1 = cms.PSet(
2  hltPathsToCheck = cms.vstring(
3  "HLT_PFMET170_NotCleaned_v",
4  "HLT_PFMET170_v",
5  "HLT_PFMET170_HBHECleaned_v",
6  "HLT_PFMET170_v",
7  "HLT_PFMET170_NoiseCleaned_v", # Run2
8  "HLT_MET200_v",
9  "HLT_MET100_v", # 0T
10  "HLT_MET150_v", # 0T
11 
12  # For backward compatibility
13  "HLT_PFMET170_JetIdCleaned_v",
14  "HLT_MET200_JetIdCleaned_v",
15  "HLT_MET100_JetIdCleaned_v", # 0T
16  "HLT_MET150_JetIdCleaned_v" # 0T
17  ),
18  recPFMETLabel = cms.InputTag("pfMet"),
19  recCaloMETLabel = cms.InputTag("caloMet"),
20  # -- Analysis specific cuts
21  minCandidates = cms.uint32(1),
22  # -- Analysis specific binnings
23  parametersTurnOn = cms.vdouble( 0, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150,
24  160, 170, 180, 190, 200,
25  220, 240, 260, 280, 300,
26  320, 340, 360, 380, 400,
27  420, 440, 460, 480, 500),
28  )

Definition at line 3 of file hltExoticaPureMET_cff.py.