21 egammaGlobalReco = cms.Sequence(electronGsfTracking*conversionTrackSequence*allConversionSequence)
22 egammareco = cms.Sequence(electronSequence*conversionSequence*photonSequence)
23 egammaHighLevelRecoPrePF = cms.Sequence(gsfEcalDrivenElectronSequence*uncleanedOnlyElectronSequence*conversionSequence*photonSequence)
28 egammaHighLevelRecoPostPF = cms.Sequence(interestingEgammaIsoDetIds*photonIDSequence*photonIDSequenceGED*eIdSequence*hfEMClusteringSequence)
31 egammarecoFull = cms.Sequence(egammareco*interestingEgammaIsoDetIds*photonIDSequence*eIdSequence*hfEMClusteringSequence)
32 egammarecoWithID = cms.Sequence(egammareco*photonIDSequence*eIdSequence)
33 egammareco_woConvPhotons = cms.Sequence(electronSequence*photonSequence)
34 egammareco_withIsolation = cms.Sequence(egammareco*egammaIsolationSequence)
35 egammareco_withIsolation_woConvPhotons = cms.Sequence(egammareco_woConvPhotons*egammaIsolationSequence)
36 egammareco_withPhotonID = cms.Sequence(egammareco*photonIDSequence)
37 egammareco_withElectronID = cms.Sequence(egammareco*eIdSequence)
39 egammarecoFull_woHFElectrons = cms.Sequence(egammareco*interestingEgammaIsoDetIds*photonIDSequence*eIdSequence)