00001 import FWCore.ParameterSet.Config as cms 00002 00003 from EgammaAnalysis.EgammaIsolationProducers.egammaSuperClusterMerger_cfi import * 00004 from EgammaAnalysis.EgammaIsolationProducers.egammaBasicClusterMerger_cfi import * 00005 from EgammaAnalysis.EgammaIsolationProducers.egammaEcalRelIsolation_cfi import * 00006 egammaEcalRelIsolationSequence = cms.Sequence(egammaSuperClusterMerger*egammaBasicClusterMerger*egammaEcalRelIsolation) 00007