CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ghostTrackVertexReco_cfi.py
Go to the documentation of this file.
2 
3 ghostTrackVertexRecoBlock = cms.PSet(
4  vertexReco = cms.PSet(
5  finder = cms.string("gtvr"),
6  maxFitChi2 = cms.double(10.0),
7  mergeThreshold = cms.double(3.0),
8  primcut = cms.double(2.0),
9  seccut = cms.double(4.0),
10  fitType = cms.string("RefitGhostTrackWithVertices")
11  )
12 )