00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 hybridSuperClusters = cms.EDProducer("HybridClusterProducer",
00005 eThreshA = cms.double(0.003),
00006
00007 eseed = cms.double(0.35),
00008 posCalc_x0 = cms.double(0.89),
00009
00010 clustershapecollection = cms.string(''),
00011 shapeAssociation = cms.string('hybridShapeAssoc'),
00012
00013
00014 ewing = cms.double(0.0),
00015
00016
00017
00018 HybridBarrelSeedThr = cms.double(1.0),
00019 dynamicPhiRoad = cms.bool(False),
00020 basicclusterCollection = cms.string('hybridBarrelBasicClusters'),
00021 posCalc_w0 = cms.double(4.2),
00022
00023 step = cms.int32(17),
00024 eThreshB = cms.double(0.1),
00025 posCalc_t0 = cms.double(7.4),
00026 debugLevel = cms.string('INFO'),
00027 dynamicEThresh = cms.bool(False),
00028
00029 ethresh = cms.double(0.1),
00030 superclusterCollection = cms.string(''),
00031 posCalc_logweight = cms.bool(True),
00032 ecalhitcollection = cms.string('EcalRecHitsEB'),
00033
00034 ecalhitproducer = cms.string('ecalRecHit')
00035 )
00036
00037