Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:34

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 ghostTrackVertexRecoBlock = cms.PSet(
0004     vertexReco = cms.PSet(
0005         finder = cms.string("gtvr"),
0006         maxFitChi2 = cms.double(10.0),
0007         mergeThreshold = cms.double(3.0),
0008         primcut = cms.double(2.0),
0009         seccut = cms.double(4.0),
0010         fitType = cms.string("RefitGhostTrackWithVertices")
0011     )
0012 )