CMS 3D CMS Logo

candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
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)
10 )
11 
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'))