1 import FWCore.ParameterSet.Config
as cms
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)