Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-01-22 07:34:12

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltAK4PFCHSJetCorrectorL1 = cms.EDProducer("L1FastjetCorrectorProducer",
0004     algorithm = cms.string('AK4PFchs'),
0005     level = cms.string('L1FastJet'),
0006     srcRho = cms.InputTag("hltFixedGridRhoFastjetAll")
0007 )