1 = cms.EDProducer(
"PreshowerClusterShapeProducer",
2 preshStripEnergyCut = cms.double(0.0),
4 preshRecHitProducer = cms.InputTag(
"ecalPreshowerRecHit",
"EcalRecHitsES"),
5 preshPi0Nstrip = cms.int32(5),
6 endcapSClusterProducer = cms.InputTag(
"fixedMatrixSuperClusters",
"fixedMatrixEndcapSuperClusters"),
9 PreshowerClusterShapeCollectionX = cms.string(
'fixedMatrixPreshowerXClustersShape'),
10 PreshowerClusterShapeCollectionY = cms.string(
'fixedMatrixPreshowerYClustersShape'),
12 debugLevel = cms.string(
'INFO')