1 import FWCore.ParameterSet.Config
as cms
4 multi5x5PreshowerClusterShape = cms.EDProducer(
"PreshowerClusterShapeProducer",
5 preshStripEnergyCut = cms.double(0.0),
7 preshRecHitProducer = cms.InputTag(
"ecalPreshowerRecHit",
"EcalRecHitsES"),
8 preshPi0Nstrip = cms.int32(5),
9 endcapSClusterProducer = cms.InputTag(
'correctedMulti5x5SuperClustersWithPreshower'),
12 PreshowerClusterShapeCollectionX = cms.string(
'multi5x5PreshowerXClustersShape'),
13 PreshowerClusterShapeCollectionY = cms.string(
'multi5x5PreshowerYClustersShape'),
15 debugLevel = cms.string(
'INFO')