Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:34

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 vertexRecoBlock = cms.PSet(
0004     vertexReco = cms.PSet(
0005         seccut = cms.double(6.0),
0006         primcut = cms.double(1.8),
0007         smoothing = cms.bool(False),
0008         finder = cms.string('avr'),
0009         minweight = cms.double(0.5),
0010         weightthreshold = cms.double(0.001)
0011     )
0012 )