3 DefaultClusterizer = cms.PSet(
4 Algorithm = cms.string(
'ThreeThresholdAlgorithm'),
5 ChannelThreshold = cms.double(2.0),
6 SeedThreshold = cms.double(3.0),
7 ClusterThreshold = cms.double(5.0),
8 MaxSequentialHoles = cms.uint32(0),
9 MaxSequentialBad = cms.uint32(1),
10 MaxAdjacentBad = cms.uint32(0),
11 QualityLabel = cms.string(
""),
12 RemoveApvShots = cms.bool(
True)