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