CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoEcal/EgammaClusterProducers/python/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