CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/RecoEcal/EgammaClusterProducers/python/dynamicHybridClusteringSequence_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #------------------
00004 #Hybrid clustering:
00005 #------------------
00006 # Producer for Hybrid BasicClusters and SuperClusters
00007 from RecoEcal.EgammaClusterProducers.dynamicHybridSuperClusters_cfi import *
00008 # Producer for energy corrections
00009 from RecoEcal.EgammaClusterProducers.correctedDynamicHybridSuperClusters_cfi import *
00010 # hybrid clustering sequence
00011 dynamicHybridClusteringSequence = cms.Sequence(dynamicHybridSuperClusters*correctedDynamicHybridSuperClusters)
00012