CMS 3D CMS Logo

SiStripClusterization_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 SiStripClusterization = cms.PSet(
00004     ClusterizerAlgorithm = cms.untracked.string('ThreeThreshold'),
00005     ChannelThreshold = cms.untracked.double(2.0),
00006     SeedThreshold = cms.untracked.double(3.0),
00007     MaxHolesInCluster = cms.untracked.uint32(0),
00008     ClusterThreshold = cms.untracked.double(5.0)
00009 )
00010 

Generated on Tue Jun 9 17:25:58 2009 for CMSSW by  doxygen 1.5.4