1 import FWCore.ParameterSet.Config
as cms
3 PhotonGainSwitchFlagProducer = cms.EDProducer(
'PhotonGainSwitchFlagProducer',
4 src = cms.InputTag(
'reducedEgamma',
'reducedGedPhotons'),
5 ebRecHits = cms.InputTag(
'ecalMultiAndGSGlobalRecHitEB'))
7 ElectronGainSwitchFlagProducer = cms.EDProducer(
'ElectronGainSwitchFlagProducer',
8 src = cms.InputTag(
'reducedEgamma',
'reducedGedGsfElectrons'),
9 ebRecHits = cms.InputTag(
'ecalMultiAndGSGlobalRecHitEB'))