Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:26:28

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 SiStripClusterization = cms.PSet(
0004     ClusterizerAlgorithm = cms.untracked.string('ThreeThreshold'),
0005     ChannelThreshold     = cms.untracked.double(2.0),
0006     SeedThreshold        = cms.untracked.double(3.0),
0007     MaxHolesInCluster    = cms.untracked.uint32(0),
0008     ClusterThreshold     = cms.untracked.double(5.0)
0009 )