CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoEcal/EgammaClusterProducers/python/preshowerClusteringSequence_cff.py

Go to the documentation of this file.
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