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 RemoveApvShots = cms.bool(True)
00013 )