CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
doubleVertex2TrkES_cfi.py
Go to the documentation of this file.
2 
3 doubleVertex2Trk = 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 )