Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005 preshowerClusterShape = cms.EDProducer("PreshowerClusterShapeProducer",
00006 preshStripEnergyCut = cms.double(0.0),
00007
00008 preshRecHitProducer = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
00009 preshPi0Nstrip = cms.int32(5),
00010
00011 endcapSClusterProducer = cms.InputTag("multi5x5SuperClusters","multi5x5EndcapSuperClusters"),
00012 PreshowerClusterShapeCollectionX = cms.string('preshowerXClustersShape'),
00013 PreshowerClusterShapeCollectionY = cms.string('preshowerYClustersShape'),
00014
00015 debugLevel = cms.string('INFO')
00016
00017 )
00018
00019