CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
combinedSecondaryVertexCommon_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 combinedSecondaryVertexCommon = cms.PSet(
7  trackPseudoSelectionBlock,
8  trackSelectionBlock,
9  trackFlip = cms.bool(False),
10  vertexFlip = cms.bool(False),
11  useTrackWeights = cms.bool(True),
12  pseudoMultiplicityMin = cms.uint32(2),
13  correctVertexMass = cms.bool(True),
14  trackPairV0Filter = cms.PSet(k0sMassWindow = cms.double(0.03)),
15  charmCut = cms.double(1.5),
16  minimumTrackWeight = cms.double(0.5),
17  pseudoVertexV0Filter = cms.PSet(k0sMassWindow = cms.double(0.05)),
18  trackMultiplicityMin = cms.uint32(2),
19  trackSort = cms.string('sip2dSig')
20 )