00001 import FWCore.ParameterSet.Config as cms 00002 00003 #------------------ 00004 #FixedMatrix clustering: 00005 #------------------ 00006 # FixedMatrix BasicCluster producer 00007 from RecoEcal.EgammaClusterProducers.fixedMatrixBasicClusters_cfi import * 00008 # FixedMatrix SuperCluster producer 00009 from RecoEcal.EgammaClusterProducers.fixedMatrixSuperClusters_cfi import * 00010 # FixedMatrix SuperCluster with Preshower producer 00011 from RecoEcal.EgammaClusterProducers.fixedMatrixSuperClustersWithPreshower_cfi import * 00012 # create sequence for fixedMatrix clustering 00013 fixedMatrixClusteringSequence = cms.Sequence(fixedMatrixBasicClusters*fixedMatrixSuperClusters*fixedMatrixSuperClustersWithPreshower) 00014