File indexing completed on 2023-03-17 11:17:21
0001 import FWCore.ParameterSet.Config as cms
0002
0003
0004 preshowerClusterShape = cms.EDProducer("PreshowerClusterShapeProducer",
0005 preshStripEnergyCut = cms.double(0.0),
0006
0007 preshRecHitProducer = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
0008 preshPi0Nstrip = cms.int32(5),
0009
0010 endcapSClusterProducer = cms.InputTag("multi5x5SuperClusters","multi5x5EndcapSuperClusters"),
0011 PreshowerClusterShapeCollectionX = cms.string('preshowerXClustersShape'),
0012 PreshowerClusterShapeCollectionY = cms.string('preshowerYClustersShape'),
0013
0014 debugLevel = cms.string('INFO')
0015
0016 )
0017
0018