1 import FWCore.ParameterSet.Config
as cms
3 negativeCombinedMVAComputer = cms.ESProducer(
"CombinedMVAJetTagESProducer",
4 useCategories = cms.bool(
False),
5 calibrationRecord = cms.string(
'CombinedMVA'),
6 recordLabel = cms.string(
''),
7 jetTagComputers = cms.VPSet(
9 discriminator = cms.bool(
True),
10 variables = cms.bool(
False),
11 jetTagComputer = cms.string(
'negativeOnlyJetProbabilityComputer')
14 discriminator = cms.bool(
True),
15 variables = cms.bool(
False),
16 jetTagComputer = cms.string(
'negativeCombinedSecondaryVertexComputer')
19 discriminator = cms.bool(
True),
20 variables = cms.bool(
False),
21 jetTagComputer = cms.string(
'negativeSoftPFMuonComputer')
24 discriminator = cms.bool(
True),
25 variables = cms.bool(
False),
26 jetTagComputer = cms.string(
'negativeSoftPFElectronComputer')