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