CMS 3D CMS Logo

fixedMatrixClusteringSequence_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #------------------
00004 #FixedMatrix clustering:
00005 #------------------
00006 # FixedMatrix BasicCluster producer
00007 from RecoEcal.EgammaClusterProducers.fixedMatrixBasicClusters_cfi import *
00008 # FixedMatrix SuperCluster producer
00009 from RecoEcal.EgammaClusterProducers.fixedMatrixSuperClusters_cfi import *
00010 # FixedMatrix SuperCluster with Preshower producer
00011 from RecoEcal.EgammaClusterProducers.fixedMatrixSuperClustersWithPreshower_cfi import *
00012 # create sequence for fixedMatrix clustering
00013 fixedMatrixClusteringSequence = cms.Sequence(fixedMatrixBasicClusters*fixedMatrixSuperClusters*fixedMatrixSuperClustersWithPreshower)
00014 

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