File indexing completed on 2023-03-17 11:17:12
0001 import FWCore.ParameterSet.Config as cms
0002
0003 from RecoBTag.SecondaryVertex.trackSelection_cff import *
0004
0005 candidateBoostedDoubleSecondaryVertexCA15Computer = cms.ESProducer("CandidateBoostedDoubleSecondaryVertexESProducer",
0006 useCondDB = cms.bool(False),
0007 weightFile = cms.FileInPath('RecoBTag/SecondaryVertex/data/BoostedDoubleSV_CA15_BDT_v3.weights.xml.gz'),
0008 useGBRForest = cms.bool(True),
0009 useAdaBoost = cms.bool(False)
0010 )