CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoLocalTracker/SiStripClusterizer/python/DefaultClusterizer_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 DefaultClusterizer = cms.PSet(
00004     Algorithm = cms.string('ThreeThresholdAlgorithm'),
00005     ChannelThreshold = cms.double(2.0),
00006     SeedThreshold = cms.double(3.0),
00007     ClusterThreshold = cms.double(5.0),
00008     MaxSequentialHoles = cms.uint32(0),
00009     MaxSequentialBad = cms.uint32(1),
00010     MaxAdjacentBad = cms.uint32(0),
00011     QualityLabel = cms.string("")
00012     )