23 egammaGlobalReco = cms.Sequence(electronGsfTracking*conversionTrackSequence*allConversionSequence)
24 egammareco = cms.Sequence(electronSequence*conversionSequence*photonSequence)
25 egammaHighLevelRecoPrePF = cms.Sequence(gsfEcalDrivenElectronSequence*uncleanedOnlyElectronSequence*conversionSequence*photonSequence)
30 egammaHighLevelRecoPostPF = cms.Sequence(interestingEgammaIsoDetIds*egmIsolationSequence*photonIDSequence*photonIDSequenceGED*eIdSequence*hfEMClusteringSequence)
33 egammarecoFull = cms.Sequence(egammareco*interestingEgammaIsoDetIds*egmIsolationSequence*photonIDSequence*eIdSequence*hfEMClusteringSequence)
34 egammarecoWithID = cms.Sequence(egammareco*photonIDSequence*eIdSequence)
35 egammareco_woConvPhotons = cms.Sequence(electronSequence*photonSequence)
36 egammareco_withIsolation = cms.Sequence(egammareco*egammaIsolationSequence)
37 egammareco_withIsolation_woConvPhotons = cms.Sequence(egammareco_woConvPhotons*egammaIsolationSequence)
38 egammareco_withPhotonID = cms.Sequence(egammareco*photonIDSequence)
39 egammareco_withElectronID = cms.Sequence(egammareco*eIdSequence)
41 egammarecoFull_woHFElectrons = cms.Sequence(egammareco*interestingEgammaIsoDetIds*photonIDSequence*eIdSequence)