CMS 3D CMS Logo

heavyIonJets_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 heavyIonCleaned = cms.Sequence(genPartons*hiPartons+heavyIonCleanedGenJets)
6 
7 makeHeavyIonJets = cms.Sequence(
8  patJetCorrections *
9 
10  # pat and HI specifics
11  heavyIonCleaned *
12  patJetGenJetMatch *
13  patJetPartonMatch *
14 
15  # object production
16  patJets
17  )
18 
19