CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/PhysicsTools/PatAlgos/python/producersHeavyIons/heavyIonJets_cff.py

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     # pat and HI specifics
00011     heavyIonCleaned *
00012     patJetGenJetMatch *
00013     patJetPartonMatch *
00014 
00015     # object production
00016     patJets
00017     )
00018 
00019