Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:58

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 #
0004 # sequence to make photons from clusters in ECAL
0005 #
0006 # photon producer
0007 from RecoEgamma.EgammaPhotonProducers.photons_cfi import *
0008 # producer for photons after correction
0009 #include "RecoEgamma/EgammaPhotonProducers/data/correctedPhotons.cfi"
0010 # ShR 26 Sep: removed correction to prevent crash in CSA production in 101
0011 photonSequence = cms.Sequence(photons)
0012