00001 import FWCore.ParameterSet.Config as cms 00002 00003 # 00004 # $Id: multi5x5PreshowerClusteringSequence_cff.py,v 1.1 2008/05/22 11:13:25 hegner Exp $ 00005 # 00006 #------------------ 00007 #Preshower clustering: 00008 #------------------ 00009 # producer for endcap SuperClusters including preshower energy 00010 from RecoEcal.EgammaClusterProducers.correctedMulti5x5SuperClustersWithPreshower_cfi import * 00011 # producer for preshower cluster shapes 00012 from RecoEcal.EgammaClusterProducers.multi5x5PreshowerClusterShape_cfi import * 00013 # create sequence for preshower clustering 00014 multi5x5PreshowerClusteringSequence = cms.Sequence(correctedMulti5x5SuperClustersWithPreshower*multi5x5PreshowerClusterShape) 00015