CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoBTag/SecondaryVertex/python/ghostTrackCommon_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoBTag.SecondaryVertex.trackSelection_cfi import *
00004 
00005 ghostTrackCommon = cms.PSet(
00006         trackSelectionBlock,
00007         trackPairV0Filter = cms.PSet(k0sMassWindow = cms.double(0.03)),
00008         charmCut = cms.double(1.5),
00009         minimumTrackWeight = cms.double(0.5),
00010         trackSort = cms.string('sip2dSig')
00011 )