CMS 3D CMS Logo

candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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 )