CMS 3D CMS Logo

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