Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
PatAlgos
python
producersHeavyIons
heavyIonJets_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
PhysicsTools.PatAlgos.producersLayer1.jetProducer_cff
import
*
4
from
RecoHI.HiJetAlgos.HiGenCleaner_cff
import
*
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
jetProducer_cff
HiGenCleaner_cff
Generated for CMSSW Reference Manual by
1.8.11