Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002 from RecoParticleFlow.PFProducer.pfPhotonInterestingDetIds_cfi import *
00003 from RecoParticleFlow.PFProducer.pfBasedElectronPhotonIso_cff import *
00004 from RecoParticleFlow.PFProducer.pfPhotonTranslator_cfi import *
00005
00006 pfPhotonTranslatorSequence = cms.Sequence(
00007 pfBasedElectronPhotonIsoSequence+
00008 pfPhotonTranslator+
00009 pfPhotonInterestingEcalDetIdEB+
00010 pfPhotonInterestingEcalDetIdEE
00011 )