CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/RecoHI/HiEgammaAlgos/python/HiIslandClusteringSequence_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # $Id: HiIslandClusteringSequence_cff.py,v 1.1 2010/10/26 10:29:41 yjlee Exp $
00005 #
00006 #------------------
00007 #Island clustering:
00008 #------------------
00009 # Island BasicCluster producer
00010 from RecoEcal.EgammaClusterProducers.islandBasicClusters_cfi import *
00011 # Island SuperCluster producer
00012 from RecoHI.HiEgammaAlgos.HiIslandSuperClusters_cfi import *
00013 # Energy scale correction for Island SuperClusters
00014 from RecoHI.HiEgammaAlgos.HiCorrectedIslandBarrelSuperClusters_cfi import *
00015 from RecoHI.HiEgammaAlgos.HiCorrectedIslandEndcapSuperClusters_cfi import *
00016 # create sequence for island clustering
00017 islandClusteringSequence = cms.Sequence(islandBasicClusters*islandSuperClusters*correctedIslandBarrelSuperClusters*correctedIslandEndcapSuperClusters)
00018