1 import FWCore.ParameterSet.Config
as cms
3 vertexRecoBlock = cms.PSet(
5 seccut = cms.double(6.0),
6 primcut = cms.double(1.8),
7 smoothing = cms.bool(
False),
8 finder = cms.string(
'avr'),
9 minweight = cms.double(0.5),
10 weightthreshold = cms.double(0.001)