CMS 3D CMS Logo

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

Variables

tuple HTPSet
 

Variable Documentation

tuple hltExoticaHT_cff.HTPSet
Initial value:
1 = cms.PSet(
2  hltPathsToCheck = cms.vstring(
3  "HLT_PFNoPUHT750_4Jet_v", # Run2
4  "HLT_PFHT900_v", # Run2
5  "HLT_HT900_v", # Run2
6  "HLT_HT750_v" # Run1 (frozenHLT)
7  ),
8  recPFMETLabel = cms.InputTag("recoExoticaValidationHT"),
9  # -- Analysis specific cuts
10  MET_genCut = cms.string("sumEt > 75"),
11  MET_recCut = cms.string("sumEt > 75"),
12  minCandidates = cms.uint32(1),
13  # -- Analysis specific binnings
14  parametersTurnOn = cms.vdouble(0, 50, 100, 150,
15  200, 220, 240, 260, 280, 300,
16  320, 340, 360, 380, 400,
17  420, 440, 460, 480, 500,
18  520, 540, 560, 580, 600,
19  620, 640, 660, 680, 700,
20  750, 800, 850, 900, 950, 1000,
21  1100, 1200, 1300, 1400, 1500)
22 )

Definition at line 3 of file hltExoticaHT_cff.py.