Main Page
Namespaces
Classes
Package Documentation
RecoBTag
SecondaryVertex
python
candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
RecoBTag.SecondaryVertex.trackSelection_cff
import
*
4
5
candidateBoostedDoubleSecondaryVertexCA15Computer = cms.ESProducer(
"CandidateBoostedDoubleSecondaryVertexESProducer"
,
6
useCondDB = cms.bool(
False
),
7
weightFile = cms.FileInPath(
'RecoBTag/SecondaryVertex/data/BoostedDoubleSV_CA15_BDT_v3.weights.xml.gz'
),
8
useGBRForest = cms.bool(
True
),
9
useAdaBoost = cms.bool(
False
)
10
)
trackSelection_cff
Generated for CMSSW Reference Manual by
1.8.11