CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
vertexReco_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 vertexRecoBlock = cms.PSet(
4  vertexReco = 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)
11  )
12 )