1 import FWCore.ParameterSet.Config
as cms
12 from RecoEcal.EgammaClusterProducers.particleFlowEGammaGSFixed_cfi
import particleFlowEGammaGSFixed
14 from RecoEgamma.EgammaElectronProducers.gedGsfElectronCoresGSFixed_cfi
import gedGsfElectronCoresGSFixed
16 from RecoEgamma.EgammaElectronProducers.gedGsfElectronsGSFixed_cfi
import gedGsfElectronsGSFixed
18 from RecoEgamma.EgammaPhotonProducers.gedPhotonCoreGSFixed_cfi
import gedPhotonCoreGSFixed
20 from RecoEgamma.EgammaPhotonProducers.gedPhotonsGSFixed_cfi
import gedPhotonsGSFixed
22 egammaGainSwitchLocalFixSequence = cms.Sequence(
23 ecalGlobalLocalRecoFromSelectedDigis*
24 ecalMultiAndGSGlobalRecHitEB
27 egammaGainSwitchFixSequence = cms.Sequence(
28 egammaGainSwitchLocalFixSequence*
29 gsFixedParticleFlowSuperClustering*
30 particleFlowEGammaGSFixed*
31 gedGsfElectronCoresGSFixed*
32 gedGsfElectronsGSFixed*