Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoBTag
SecondaryVertex
python
vertexReco_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
vertexRecoBlock = cms.PSet(
4
vertexReco = cms.PSet(
5
seccut = cms.double(6.0),
6
primcut = cms.double(1.8),
7
smoothing = cms.bool(
False
),
8
finder = cms.string(
'avr'
),
9
minweight = cms.double(0.5),
10
weightthreshold = cms.double(0.001)
11
)
12
)
Config
Generated for CMSSW Reference Manual by
1.8.5