CMS 3D CMS Logo

hltExoticaCaloHT_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 CaloHTPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5 # "HLT_ECALHT800_v", # Run2 7e33 # Not claimed path for Run3
6  ),
7  recCaloMHTLabel = cms.InputTag("recoExoticaValidationCaloHT"),
8  recCaloJetLabel = cms.InputTag("ak4CaloJets"),
9  # -- Analysis specific cuts
10  minCandidates = cms.uint32(1),
11  # -- Analysis specific binnings
12  parametersTurnOn = cms.vdouble(0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 470,
13  500, 550, 600, 650, 700, 800, 900, 1000
14  )
15 )