CMS 3D CMS Logo

multi5x5ClusteringSequence_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #------------------
00004 #Multi5x5 clustering:
00005 #------------------
00006 # Multi5x5 BasicCluster producer
00007 from RecoEcal.EgammaClusterProducers.multi5x5BasicClusters_cfi import *
00008 # Multi5x5 SuperCluster producer
00009 from RecoEcal.EgammaClusterProducers.multi5x5SuperClusters_cfi import *
00010 # Multi5x5 SuperCluster with Preshower producer
00011 from RecoEcal.EgammaClusterProducers.multi5x5SuperClustersWithPreshower_cfi import *
00012 # create sequence for multi5x5 clustering
00013 multi5x5ClusteringSequence = cms.Sequence(multi5x5BasicClusters*multi5x5SuperClusters*multi5x5SuperClustersWithPreshower)
00014 

Generated on Tue Jun 9 17:43:15 2009 for CMSSW by  doxygen 1.5.4