CMS 3D CMS Logo

Variables

DefaultClusterizer_cff Namespace Reference

Variables

tuple DefaultClusterizer

Variable Documentation

Initial value:
00001 cms.PSet(
00002     Algorithm = cms.string('ThreeThresholdAlgorithm'),
00003     ChannelThreshold = cms.double(2.0),
00004     SeedThreshold = cms.double(3.0),
00005     ClusterThreshold = cms.double(5.0),
00006     MaxSequentialHoles = cms.uint32(0),
00007     MaxSequentialBad = cms.uint32(1),
00008     MaxAdjacentBad = cms.uint32(0),
00009     QualityLabel = cms.string(""),
00010     RemoveApvShots     = cms.bool(True)
00011     )

Definition at line 3 of file DefaultClusterizer_cff.py.