File indexing completed on 2022-03-14 00:04:46
0001 import FWCore.ParameterSet.Config as cms
0002
0003 DSTJetsPSet = cms.PSet(
0004 hltPathsToCheck = cms.vstring(
0005
0006
0007 ),
0008 recPFMHTLabel = cms.InputTag("recoExoticaValidationHT"),
0009 recPFJetLabel = cms.InputTag("ak4PFJets"),
0010 recCaloMHTLabel = cms.InputTag("recoExoticaValidationCaloHT"),
0011 recCaloJetLabel = cms.InputTag("ak4CaloJets"),
0012
0013
0014
0015 minCandidates = cms.uint32(1),
0016
0017 parametersTurnOn = cms.vdouble(0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 470,
0018 500, 550, 600, 650, 700, 800, 900, 1000
0019 )
0020 )