CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/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 )