Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
PatAlgos
python
producersHeavyIons
heavyIonPhotons_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
PhysicsTools.PatAlgos.producersLayer1.photonProducer_cff
import
*
4
# (must be decleared after PAT sequence Yen-Jie)
5
from
RecoHI.HiEgammaAlgos.HiEgammaIsolation_cff
import
*
6
7
makeHeavyIonPhotons = cms.Sequence(
8
# reco pre-production
9
hiEgammaIsolationSequence *
10
patPhotonIsolation *
11
# pat and HI specifics
12
photonMatch *
13
# object production
14
patPhotons
15
)
16
17
18
HiEgammaIsolation_cff
photonProducer_cff
Generated for CMSSW Reference Manual by
1.8.11