CMS 3D CMS Logo

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  SoftLeptonFlip = cms.bool(False),
12  useTrackWeights = cms.bool(True),
13  pseudoMultiplicityMin = cms.uint32(2),
14  correctVertexMass = cms.bool(True),
15  trackPairV0Filter = cms.PSet(k0sMassWindow = cms.double(0.03)),
16  charmCut = cms.double(1.5),
17  minimumTrackWeight = cms.double(0.5),
18  pseudoVertexV0Filter = cms.PSet(k0sMassWindow = cms.double(0.05)),
19  trackMultiplicityMin = cms.uint32(2),
20  trackSort = cms.string('sip2dSig')
21 )