CMS 3D CMS Logo

hltExoticaTracklessJets_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 TracklessJetsPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  ),
6  recPFJetLabel = cms.InputTag("ak4PFJets"),
7  recCaloJetLabel = cms.InputTag("ak4CaloJets"),
8 
9  minCandidates = cms.uint32(1),
10  # -- Analysis specific binnings
11  parametersTurnOn = cms.vdouble(0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 470,
12  500, 550, 600, 650, 700, 800, 900, 1000
13  ),
14 
15  dropPt3 = cms.bool(True)
16 )