Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoBTag
SecondaryVertex
python
doubleVertex2TrkES_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
)
Config
Generated for CMSSW Reference Manual by
1.8.5