CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoBTag/SecondaryVertex/python/doubleVertex2TrkES_cfi.py

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