Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 simpleSecondaryVertex3Trk = cms.ESProducer("SimpleSecondaryVertexESProducer",
00004 use3d = cms.bool(True),
00005 unBoost = cms.bool(False),
00006 useSignificance = cms.bool(True),
00007 minTracks = cms.uint32(3)
00008 )