10 mustachePhotonCore = photonCore.clone()
11 mustachePhotonCore.scHybridBarrelProducer = cms.InputTag(
'particleFlowSuperClusterECAL:particleFlowSuperClusterECALBarrel')
12 mustachePhotonCore.scIslandEndcapProducer = cms.InputTag(
'particleFlowSuperClusterECAL:particleFlowSuperClusterECALEndcapWithPreshower')
13 mustachePhotonCore.conversionProducer = cms.InputTag(
'conversions')
14 mustachePhotons = photons.clone()
15 mustachePhotons.photonCoreProducer = cms.InputTag(
'mustachePhotonCore')
16 mustachePhotonSequence = cms.Sequence( mustachePhotonCore + mustachePhotons )
18 photonSequence = cms.Sequence( photonCore + photons + mustachePhotonSequence )