1 import FWCore.ParameterSet.Config
as cms
5 candidateBoostedDoubleSecondaryVertexCA15Computer = cms.ESProducer(
"CandidateBoostedDoubleSecondaryVertexESProducer",
7 beta = cms.double(1.0),
9 maxSVDeltaRToJet = cms.double(1.3),
10 useCondDB = cms.bool(
False),
11 weightFile = cms.FileInPath(
'RecoBTag/SecondaryVertex/data/BoostedDoubleSV_CA15_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 candidateBoostedDoubleSecondaryVertexCA15Computer.trackSelection.jetDeltaRMax = cms.double(1.5)