1 import FWCore.ParameterSet.Config
as cms
3 ghostTrackVertexRecoBlock = 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")