CMS 3D CMS Logo

multi5x5BasicClusters_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Multi5x5 BasicCluster producer
00004 multi5x5BasicClusters = cms.EDProducer("Multi5x5ClusterProducer",
00005 
00006     # which regions should be clusterized
00007     doEndcap = cms.bool(True),
00008     doBarrel = cms.bool(False),
00009 
00010     posCalc_x0 = cms.double(0.89),
00011     endcapHitProducer = cms.string('ecalRecHit'),
00012     posCalc_t0_endcPresh = cms.double(1.2),
00013     barrelClusterCollection = cms.string('multi5x5BarrelBasicClusters'),
00014     IslandEndcapSeedThr = cms.double(0.18),
00015     posCalc_t0_endc = cms.double(3.1),
00016     barrelShapeAssociation = cms.string('multi5x5BarrelShapeAssoc'),
00017     posCalc_w0 = cms.double(4.2),
00018     posCalc_logweight = cms.bool(True),
00019     clustershapecollectionEE = cms.string('multi5x5EndcapShape'),
00020     clustershapecollectionEB = cms.string('multi5x5BarrelShape'),
00021     VerbosityLevel = cms.string('ERROR'),
00022     endcapHitCollection = cms.string('EcalRecHitsEE'),
00023     barrelHitProducer = cms.string('ecalRecHit'),
00024     endcapShapeAssociation = cms.string('multi5x5EndcapShapeAssoc'),
00025     barrelHitCollection = cms.string('EcalRecHitsEB'),
00026     posCalc_t0_barl = cms.double(7.4),
00027     endcapClusterCollection = cms.string('multi5x5EndcapBasicClusters'),
00028     IslandBarrelSeedThr = cms.double(0.5)
00029 )
00030 
00031 

Generated on Tue Jun 9 17:43:15 2009 for CMSSW by  doxygen 1.5.4