00001 import FWCore.ParameterSet.Config as cms 00002 00003 # 00004 # $Id: fixedMatrixPreshowerClusteringSequence_cff.py,v 1.2 2008/04/21 03:24:05 rpw Exp $ 00005 # 00006 #------------------ 00007 #Preshower clustering: 00008 #------------------ 00009 # producer for endcap SuperClusters including preshower energy 00010 from RecoEcal.EgammaClusterProducers.correctedFixedMatrixSuperClustersWithPreshower_cfi import * 00011 # producer for preshower cluster shapes 00012 from RecoEcal.EgammaClusterProducers.fixedMatrixPreshowerClusterShape_cfi import * 00013 # create sequence for preshower clustering 00014 fixedMatrixPreshowerClusteringSequence = cms.Sequence(correctedFixedMatrixSuperClustersWithPreshower*fixedMatrixPreshowerClusterShape) 00015