CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ghostTrackCommon_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 ghostTrackCommon = cms.PSet(
6  trackSelectionBlock,
7  trackPairV0Filter = cms.PSet(k0sMassWindow = cms.double(0.03)),
8  charmCut = cms.double(1.5),
9  minimumTrackWeight = cms.double(0.5),
10  trackSort = cms.string('sip2dSig')
11 )