CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoBTag/SecondaryVertex/python/vertexReco_cfi.py

Go to the documentation of this file.
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 )