1 import FWCore.ParameterSet.Config
as cms
3 candidateBoostedDoubleSecondaryVertexAK8Computer = cms.ESProducer(
"CandidateBoostedDoubleSecondaryVertexESProducer",
4 beta = cms.double(1.0),
6 maxSVDeltaRToJet = cms.double(0.7),
7 weightFile = cms.FileInPath(
'RecoBTag/SecondaryVertex/data/BoostedDoubleSV_AK8_BDT.weights.xml.gz')