CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoLocalTracker/SiStripClusterizer/python/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 )