CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
gedPhotonSequence_cff.py
Go to the documentation of this file.
2 
3 #
4 # sequence to make photons from clusters in ECAL
5 #
6 # photon producer
9 
11 
12 gedPhotonsTmp = RecoEgamma.EgammaPhotonProducers.gedPhotons_cfi.gedPhotons.clone()
13 gedPhotonsTmp.photonProducer = cms.InputTag("gedPhotonCore")
14 gedPhotonsTmp.outputPhotonCollection = cms.string("")
15 gedPhotonsTmp.reconstructionStep = cms.string("tmp")
16 gedPhotonSequenceTmp = cms.Sequence(gedPhotonCore+gedPhotonsTmp)
17 
18 
19 gedPhotons = RecoEgamma.EgammaPhotonProducers.gedPhotons_cfi.gedPhotons.clone()
20 gedPhotons.photonProducer = cms.InputTag("gedPhotonsTmp")
21 gedPhotons.outputPhotonCollection = cms.string("")
22 gedPhotons.reconstructionStep = cms.string("final")
23 gedPhotonSequence = cms.Sequence(gedPhotons)
24 
25 
26