CMS 3D CMS Logo

SiStripClusterization_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 SiStripClusterization = cms.PSet(
4  ClusterizerAlgorithm = cms.untracked.string('ThreeThreshold'),
5  ChannelThreshold = cms.untracked.double(2.0),
6  SeedThreshold = cms.untracked.double(3.0),
7  MaxHolesInCluster = cms.untracked.uint32(0),
8  ClusterThreshold = cms.untracked.double(5.0)
9 )