Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:18:52

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 CaloHTPSet = cms.PSet(
0004     hltPathsToCheck = cms.vstring(
0005 #        "HLT_ECALHT800_v", # Run2 7e33 # Not claimed path for Run3
0006         ),
0007     recCaloMHTLabel  = cms.InputTag("recoExoticaValidationCaloHT"),
0008     recCaloJetLabel  = cms.InputTag("ak4CaloJets"),
0009     # -- Analysis specific cuts
0010     minCandidates = cms.uint32(1),
0011     # -- Analysis specific binnings
0012     parametersTurnOn = cms.vdouble(0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 470, 
0013                                    500, 550, 600, 650, 700, 800, 900, 1000
0014                                    )
0015 )