1 import FWCore.ParameterSet.Config
as cms
5 candidateBoostedDoubleSecondaryVertexAK8Computer = cms.ESProducer(
"CandidateBoostedDoubleSecondaryVertexESProducer",
7 beta = cms.double(1.0),
9 maxSVDeltaRToJet = cms.double(0.7),
10 useCondDB = cms.bool(
False),
11 weightFile = cms.FileInPath(
'RecoBTag/SecondaryVertex/data/BoostedDoubleSV_AK8_BDT_v2.weights.xml.gz'),
12 useGBRForest = cms.bool(
True),
13 useAdaBoost = cms.bool(
False),
14 trackPairV0Filter = cms.PSet(k0sMassWindow = cms.double(0.03))
17 candidateBoostedDoubleSecondaryVertexAK8Computer.trackSelection.jetDeltaRMax = cms.double(0.8)