Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:05:57

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltAK8PFPuppiJetCorrectorL1 = cms.EDProducer("L1FastjetCorrectorProducer",
0004     #algorithm = cms.string('AK8PFPuppiHLT'),
0005     algorithm = cms.string('AK8PFPuppi'),
0006     level = cms.string('L1FastJet'),
0007     srcRho = cms.InputTag("fixedGridRhoFastjetAllTmp")
0008 )