CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # $Id: multi5x5PreshowerClusteringSequence_cff.py,v 1.2 2011/05/24 14:33:48 argiro Exp $
00005 #
00006 #------------------
00007 #Preshower clustering:
00008 #------------------
00009 from RecoEcal.EgammaClusterProducers.multi5x5SuperClustersWithPreshower_cfi import *
00010 # producer for endcap SuperClusters including preshower energy
00011 from RecoEcal.EgammaClusterProducers.correctedMulti5x5SuperClustersWithPreshower_cfi import *
00012 # producer for preshower cluster shapes
00013 from RecoEcal.EgammaClusterProducers.multi5x5PreshowerClusterShape_cfi import *
00014 # create sequence for preshower clustering
00015 multi5x5PreshowerClusteringSequence = cms.Sequence(correctedMulti5x5SuperClustersWithPreshower*
00016                                                    multi5x5PreshowerClusterShape*
00017                                                    uncleanedOnlyMulti5x5SuperClustersWithPreshower*
00018                                                    uncleanedOnlyCorrectedMulti5x5SuperClustersWithPreshower)
00019