CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoEgamma/EgammaPhotonProducers/python/photonSequence_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # sequence to make photons from clusters in ECAL
00005 # $Id: photonSequence_cff.py,v 1.3 2009/03/25 11:15:47 nancy Exp $
00006 #
00007 # photon producer
00008 from RecoEgamma.EgammaPhotonProducers.photonCore_cfi import *
00009 from RecoEgamma.EgammaPhotonProducers.photons_cfi import *
00010 photonSequence = cms.Sequence(photonCore+photons)
00011