CMS 3D CMS Logo

SiStripClusterizer_SimData_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 siStripClusters = cms.EDFilter("SiStripClusterizer",
00004     MaxHolesInCluster = cms.int32(0),
00005     ChannelThreshold = cms.double(2.0),
00006     DigiProducersList = cms.VPSet(cms.PSet(
00007         DigiLabel = cms.string('\0'),
00008         DigiProducer = cms.string('simSiStripDigis')
00009     )),
00010     ClusterMode = cms.string('ThreeThresholdClusterizer'),
00011     SeedThreshold = cms.double(3.0),
00012     SiStripQualityLabel = cms.string(''), ##Use SiStripQualityLabel="NULL" to use self build empty SiStripQuality  
00013 
00014     ClusterThreshold = cms.double(5.0)
00015 )
00016 
00017 
00018 

Generated on Tue Jun 9 17:44:00 2009 for CMSSW by  doxygen 1.5.4