00001 cms.EDProducer("PreshowerClusterShapeProducer",
00002 preshStripEnergyCut = cms.double(0.0),
00003
00004 preshRecHitProducer = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
00005 preshPi0Nstrip = cms.int32(5),
00006 endcapSClusterProducer = cms.InputTag("fixedMatrixSuperClusters","fixedMatrixEndcapSuperClusters"),
00007
00008
00009 PreshowerClusterShapeCollectionX = cms.string('fixedMatrixPreshowerXClustersShape'),
00010 PreshowerClusterShapeCollectionY = cms.string('fixedMatrixPreshowerYClustersShape'),
00011
00012 debugLevel = cms.string('INFO')
00013 )