CMS 3D CMS Logo

hltExoticaJetNoBptx_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 JetNoBptxPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_UncorrectedJetE30_NoBPTX_v", # 2017 proposal
6  "HLT_UncorrectedJetE30_NoBPTX3BX_v",
7  "HLT_UncorrectedJetE60_NoBPTX3BX_v",
8  "HLT_UncorrectedJetE70_NoBPTX3BX_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  )