Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from PhysicsTools.PatAlgos.producersLayer1.jetProducer_cff import *
00004 from RecoHI.HiJetAlgos.HiGenCleaner_cff import *
00005 heavyIonCleaned = cms.Sequence(genPartons*hiPartons+heavyIonCleanedGenJets)
00006
00007 makeHeavyIonJets = cms.Sequence(
00008 patJetCorrections *
00009
00010
00011 heavyIonCleaned *
00012 patJetGenJetMatch *
00013 patJetPartonMatch *
00014
00015
00016 patJets
00017 )
00018
00019