CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ghostTrackVertexRecoBlock = cms.PSet(
00004         vertexReco = cms.PSet(
00005                 finder = cms.string("gtvr"),
00006                 maxFitChi2 = cms.double(10.0),
00007                 mergeThreshold = cms.double(3.0),
00008                 primcut = cms.double(2.0),
00009                 seccut = cms.double(4.0),
00010                 fitType = cms.string("RefitGhostTrackWithVertices")
00011         )
00012 )