CMS 3D CMS Logo

islandClusteringSequence_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # $Id: islandClusteringSequence_cff.py,v 1.2 2008/04/21 03:24:10 rpw Exp $
00005 #
00006 #------------------
00007 #Island clustering:
00008 #------------------
00009 # Island BasicCluster producer
00010 from RecoEcal.EgammaClusterProducers.islandBasicClusters_cfi import *
00011 # Island SuperCluster producer
00012 from RecoEcal.EgammaClusterProducers.islandSuperClusters_cfi import *
00013 # Energy scale correction for Island SuperClusters
00014 from RecoEcal.EgammaClusterProducers.correctedIslandBarrelSuperClusters_cfi import *
00015 from RecoEcal.EgammaClusterProducers.correctedIslandEndcapSuperClusters_cfi import *
00016 # create sequence for island clustering
00017 islandClusteringSequence = cms.Sequence(islandBasicClusters*islandSuperClusters*correctedIslandBarrelSuperClusters*correctedIslandEndcapSuperClusters)
00018 

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