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_PFHT650_WideJetMJJ900DEtaJJ1p5_v",
4  "HLT_PFHT650_WideJetMJJ950DEtaJJ1p5_v",
5  "HLT_PFHT750_4Jet_v", # Run2
6  "HLT_PFHT650_4Jet_v", # Run2
7  "HLT_PFHT550_4Jet_v", # Run2
8  "HLT_PFHT900_v", # Run2
9  "HLT_PFHT650_v",
10  "HLT_HT900_v", # Run2
11  "HLT_HT300_v", # Run2
12  "HLT_ECALHT800_v" # Run2 7e33
13  #"HLT_HT750_v" # Run1 (frozenHLT)
14  ),
15  recPFMHTLabel = cms.InputTag("recoExoticaValidationHT"),
16  recPFJetLabel = cms.InputTag("ak4PFJets"),
17  # -- Analysis specific cuts
18  MET_genCut = cms.string("sumEt > 75"),
19  MET_recCut = cms.string("sumEt > 75"),
20  minCandidates = cms.uint32(1),
21  # -- Analysis specific binnings
22  parametersTurnOn = cms.vdouble(0, 50, 100, 150,
23  200, 220, 240, 260, 280, 300,
24  320, 340, 360, 380, 400,
25  420, 440, 460, 480, 500,
26  520, 540, 560, 580, 600,
27  620, 640, 660, 680, 700,
28  750, 800, 850, 900, 950, 1000,
29  1100, 1200, 1300, 1400, 1500)
30 )

Definition at line 3 of file hltExoticaHT_cff.py.