1 import FWCore.ParameterSet.Config
as cms
3 positiveSoftPFElectronComputer = cms.ESProducer(
"ElectronTaggerESProducer",
4 gbrForestLabel = cms.string(
'btag_SoftPFElectron_BDT'),
5 ipSign = cms.string(
'positive'),
6 useAdaBoost = cms.bool(
False),
7 useCondDB = cms.bool(
True),
8 useGBRForest = cms.bool(
True),
9 weightFile = cms.FileInPath(
'RecoBTag/SoftLepton/data/SoftPFElectron_BDT.weights.xml.gz')