CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltExoticaJetNoBptx_cff.py
Go to the documentation of this file.
2 
3 JetNoBptxPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_JetE50_NoBPTX3BX_NoHalo_v", # Run2 proposal AND Run1 (frozenHLT)
6  "HLT_JetE30_NoBPTX_v",
7  "HLT_JetE30_NoBPTX3BX_NoHalo_v",
8  "HLT_JetE70_NoBPTX3BX_NoHalo_v"
9  ),
10  recCaloJetLabel = cms.InputTag("ak4CaloJets"),
11 
12  # -- Analysis specific cuts
13  minCandidates = cms.uint32(1),
14 
15  # -- Analysis specific binnings
16  parametersTurnOn = cms.vdouble( 0, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150,
17  160, 170, 180, 190, 200,
18  220, 240, 260, 280, 300,
19  320, 340, 360, 380, 400,
20  420, 440, 460, 480, 500),
21  )