CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/PhysicsTools/PatAlgos/python/producersHeavyIons/heavyIonPhotons_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from PhysicsTools.PatAlgos.producersLayer1.photonProducer_cff import *
00004 # (must be decleared after PAT sequence Yen-Jie)
00005 from RecoHI.HiEgammaAlgos.HiEgammaIsolation_cff import *
00006 
00007 makeHeavyIonPhotons = cms.Sequence(
00008     # reco pre-production
00009     hiEgammaIsolationSequence *
00010     patPhotonIsolation *
00011     # pat and HI specifics    
00012     photonMatch *
00013     # object production
00014     patPhotons
00015     )
00016 
00017 
00018