1 import FWCore.ParameterSet.Config
as cms
5 candidateBoostedDoubleSecondaryVertexAK8Computer = cms.ESProducer(
"CandidateBoostedDoubleSecondaryVertexESProducer",
6 useCondDB = cms.bool(
False),
7 weightFile = cms.FileInPath(
'RecoBTag/SecondaryVertex/data/BoostedDoubleSV_AK8_BDT_v4.weights.xml.gz'),
8 useGBRForest = cms.bool(
True),
9 useAdaBoost = cms.bool(
False)
12 from Configuration.Eras.Modifier_phase1Pixel_cff
import phase1Pixel
13 phase1Pixel.toModify(candidateBoostedDoubleSecondaryVertexAK8Computer, weightFile = cms.FileInPath(
'RecoBTag/SecondaryVertex/data/BoostedDoubleSV_AK8_BDT_PhaseI_v1.weights.xml.gz'))