1 = cms.ESProducer(
"CombinedMVAV2JetTagESProducer",
2 jetTagComputers = cms.vstring(
3 'positiveOnlyJetProbabilityComputer',
4 'positiveOnlyJetBProbabilityComputer',
5 'positiveCombinedSecondaryVertexV2Computer',
6 'positiveSoftPFMuonComputer',
7 'positiveSoftPFElectronComputer'
9 mvaName = cms.string(
"bdt"),
10 variables = cms.vstring(
11 [
"Jet_CSV",
"Jet_CSVIVF",
"Jet_JP",
"Jet_JBP",
"Jet_SoftMu",
"Jet_SoftEl"]
13 spectators = cms.vstring([]),
14 useCondDB = cms.bool(
False),
15 useGBRForest = cms.bool(
True),
16 useAdaBoost = cms.bool(
True),
17 weightFile = cms.FileInPath(
'RecoBTag/Combined/data/CombinedMVAV2_13_07_2015.weights.xml.gz')