CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusterShape_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # $Id: multi5x5PreshowerClusterShape_cfi.py,v 1.1 2008/05/22 11:13:25 hegner Exp $
00004 # Preshower cluster producer
00005 multi5x5PreshowerClusterShape = cms.EDProducer("PreshowerClusterShapeProducer",
00006     preshStripEnergyCut = cms.double(0.0),
00007     # building multi5x5Preshower clusters
00008     preshRecHitProducer = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
00009     preshPi0Nstrip = cms.int32(5),
00010     endcapSClusterProducer = cms.InputTag("multi5x5SuperClusters","multi5x5EndcapSuperClusters"),
00011     #    string corrPhoProducer = "correctedPhotons"
00012     #    string correctedPhotonCollection   = ""
00013     PreshowerClusterShapeCollectionX = cms.string('multi5x5PreshowerXClustersShape'),
00014     PreshowerClusterShapeCollectionY = cms.string('multi5x5PreshowerYClustersShape'),
00015     # DEBUG: very verbose  INFO: minimal printout
00016     debugLevel = cms.string('INFO')
00017 )
00018 
00019