1 = cms.EDProducer(
"PreshowerClusterShapeProducer",
2 preshStripEnergyCut = cms.double(0.0),
4 preshRecHitProducer = cms.InputTag(
"ecalPreshowerRecHit",
"EcalRecHitsES"),
5 preshPi0Nstrip = cms.int32(5),
7 endcapSClusterProducer = cms.InputTag(
"multi5x5SuperClusters",
"multi5x5EndcapSuperClusters"),
8 PreshowerClusterShapeCollectionX = cms.string(
'preshowerXClustersShape'),
9 PreshowerClusterShapeCollectionY = cms.string(
'preshowerYClustersShape'),
11 debugLevel = cms.string(
'INFO')