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