CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltExoticaHT_cff.py
Go to the documentation of this file.
2 
3 HTPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_PFHT650_WideJetMJJ900DEtaJJ1p5_v",
6  "HLT_PFHT650_WideJetMJJ950DEtaJJ1p5_v",
7  "HLT_PFHT750_4Jet_v", # Run2
8  "HLT_PFHT650_4Jet_v", # Run2
9  "HLT_PFHT550_4Jet_v", # Run2
10  "HLT_PFHT900_v", # Run2
11  "HLT_PFHT650_v",
12  "HLT_HT900_v", # Run2
13  "HLT_HT300_v", # Run2
14  "HLT_ECALHT800_v" # Run2 7e33
15  #"HLT_HT750_v" # Run1 (frozenHLT)
16  ),
17  recPFMHTLabel = cms.InputTag("recoExoticaValidationHT"),
18  recPFJetLabel = cms.InputTag("ak4PFJets"),
19  # -- Analysis specific cuts
20  MET_genCut = cms.string("sumEt > 75"),
21  MET_recCut = cms.string("sumEt > 75"),
22  minCandidates = cms.uint32(1),
23  # -- Analysis specific binnings
24  parametersTurnOn = cms.vdouble(0, 50, 100, 150,
25  200, 220, 240, 260, 280, 300,
26  320, 340, 360, 380, 400,
27  420, 440, 460, 480, 500,
28  520, 540, 560, 580, 600,
29  620, 640, 660, 680, 700,
30  750, 800, 850, 900, 950, 1000,
31  1100, 1200, 1300, 1400, 1500)
32 )