CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # $Id: preshowerClusterShape_cfi.py,v 1.3 2009/05/26 10:56:45 akyriaki Exp $
00004 # Preshower cluster producer
00005 preshowerClusterShape = cms.EDProducer("PreshowerClusterShapeProducer",
00006     preshStripEnergyCut = cms.double(0.0),
00007     # building preshower clusters
00008     preshRecHitProducer = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
00009     preshPi0Nstrip = cms.int32(5),
00010     #endcapSClusterProducer = cms.InputTag("islandSuperClusters","islandEndcapSuperClusters"),
00011     endcapSClusterProducer = cms.InputTag("multi5x5SuperClusters","multi5x5EndcapSuperClusters"),
00012     PreshowerClusterShapeCollectionX = cms.string('preshowerXClustersShape'),
00013     PreshowerClusterShapeCollectionY = cms.string('preshowerYClustersShape'),
00014     # DEBUG: very verbose  INFO: minimal printout
00015     debugLevel = cms.string('INFO')
00016     #debugLevel = cms.string('DEBUG')
00017 )
00018 
00019