00001 import FWCore.ParameterSet.Config as cms 00002 00003 vertexRecoBlock = cms.PSet( 00004 vertexReco = cms.PSet( 00005 seccut = cms.double(6.0), 00006 primcut = cms.double(1.8), 00007 smoothing = cms.bool(False), 00008 finder = cms.string('avr'), 00009 minweight = cms.double(0.5), 00010 weightthreshold = cms.double(0.001) 00011 ) 00012 )