CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltExoticaHTDisplacedJets_cff.py
Go to the documentation of this file.
2 
3 HTDisplacedJetsPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_HT650_DisplacedDijet80_Inclusive_v",
6  "HLT_HT750_DisplacedDijet80_Inclusive_v",
7  "HLT_HT350_DisplacedDijet80_DisplacedTrack_v",
8  "HLT_HT350_DisplacedDijet80_Tight_DisplacedTrack_v",
9  # 5e33, 7e33 menus
10  "HLT_HT500_DisplacedDijet40_Inclusive_v",
11  "HLT_HT550_DisplacedDijet40_Inclusive_v",
12  "HLT_HT350_DisplacedDijet40_DisplacedTrack_v",
13  #"HLT_HT350_DisplacedDijet80_DisplacedTrack_v",
14  "HLT_VBF_DisplacedJet40_DisplacedTrack_v",
15  "HLT_VBF_DisplacedJet40_Hadronic_v",
16  "HLT_VBF_DisplacedJet40_TightID_DisplacedTrack_v",
17  "HLT_VBF_DisplacedJet40_TightID_Hadronic_v"
18  ),
19  recPFMHTLabel = cms.InputTag("recoExoticaValidationHT"),
20  recPFJetLabel = cms.InputTag("ak4PFJets"),
21  # -- Analysis specific cuts
22  MET_genCut = cms.string("sumEt > 75"),
23  MET_recCut = cms.string("sumEt > 75"),
24  minCandidates = cms.uint32(1),
25  # -- Analysis specific binnings
26  parametersTurnOn = cms.vdouble(0, 50, 100, 150,
27  200, 220, 240, 260, 280, 300,
28  320, 340, 360, 380, 400,
29  420, 440, 460, 480, 500,
30  520, 540, 560, 580, 600,
31  620, 640, 660, 680, 700,
32  750, 800, 850, 900, 950, 1000,
33  1100, 1200, 1300, 1400, 1500)
34 )