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