Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:34

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 doubleVertex2TrkComputer = cms.ESProducer("SimpleSecondaryVertexESProducer",
0004     use3d = cms.bool(True),
0005     unBoost = cms.bool(False),
0006     useSignificance = cms.bool(True),
0007     minTracks = cms.uint32(2),
0008         minVertices = cms.uint32(2) 
0009 )