CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
doubleVertex2TrkComputer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 doubleVertex2TrkComputer = cms.ESProducer("SimpleSecondaryVertexESProducer",
4  use3d = cms.bool(True),
5  unBoost = cms.bool(False),
6  useSignificance = cms.bool(True),
7  minTracks = cms.uint32(2),
8  minVertices = cms.uint32(2)
9 )