CMS 3D CMS Logo

candidateChargeBTagComputer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 candidateChargeBTagComputer = cms.ESProducer("CandidateChargeBTagESProducer",
4  useCondDB = cms.bool(False),
5  gbrForestLabel = cms.string(""),
6  weightFile = cms.FileInPath('RecoBTag/Combined/data/ChargeBTag_4sep_2016.weights.xml.gz'),
7  useAdaBoost = cms.bool(True),
8  jetChargeExp = cms.double(0.8),
9  svChargeExp = cms.double(0.5)
10 )