|
||||
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 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |