CMS 3D CMS Logo

hltExoticaDSTJets_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 DSTJetsPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  # For backward compatibility
6 # "DST_HT250_CaloScouting_v", # Not claimed path for Run 3
7  ),
8  recPFMHTLabel = cms.InputTag("recoExoticaValidationHT"),
9  recPFJetLabel = cms.InputTag("ak4PFJets"),
10  recCaloMHTLabel = cms.InputTag("recoExoticaValidationCaloHT"),
11  recCaloJetLabel = cms.InputTag("ak4CaloJets"),
12  # -- Analysis specific cuts
13  #MET_genCut = cms.string("sumEt > 75"),
14  #MET_recCut = cms.string("sumEt > 75"),
15  minCandidates = cms.uint32(1),
16  # -- Analysis specific binnings
17  parametersTurnOn = cms.vdouble(0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 470,
18  500, 550, 600, 650, 700, 800, 900, 1000
19  )
20 )