5 fixedMatrixPreshowerClusterShape = cms.EDProducer(
"PreshowerClusterShapeProducer",
6 preshStripEnergyCut = cms.double(0.0),
8 preshRecHitProducer = cms.InputTag(
"ecalPreshowerRecHit",
"EcalRecHitsES"),
9 preshPi0Nstrip = cms.int32(5),
10 endcapSClusterProducer = cms.InputTag(
"fixedMatrixSuperClusters",
"fixedMatrixEndcapSuperClusters"),
13 PreshowerClusterShapeCollectionX = cms.string(
'fixedMatrixPreshowerXClustersShape'),
14 PreshowerClusterShapeCollectionY = cms.string(
'fixedMatrixPreshowerYClustersShape'),
16 debugLevel = cms.string(
'INFO')