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 hltAK4PFPuppiJetCorrectorL2 = cms.EDProducer("LXXXCorrectorProducer",
0004     #algorithm = cms.string('AK4PFPuppiHLT'),
0005     algorithm = cms.string('AK4PFPuppi'),
0006     level = cms.string('L2Relative')
0007 )