1 import FWCore.ParameterSet.Config
as cms
4 preshowerClusterShape = cms.EDProducer(
"PreshowerClusterShapeProducer",
5 preshStripEnergyCut = cms.double(0.0),
7 preshRecHitProducer = cms.InputTag(
"ecalPreshowerRecHit",
"EcalRecHitsES"),
8 preshPi0Nstrip = cms.int32(5),
10 endcapSClusterProducer = cms.InputTag(
"multi5x5SuperClusters",
"multi5x5EndcapSuperClusters"),
11 PreshowerClusterShapeCollectionX = cms.string(
'preshowerXClustersShape'),
12 PreshowerClusterShapeCollectionY = cms.string(
'preshowerYClustersShape'),
14 debugLevel = cms.string(
'INFO')