Skip to content

Commit

Permalink
!fixup 1cbc886
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Oct 26, 2015
1 parent 7d6939a commit 37f5ad6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Expand Up @@ -3,6 +3,7 @@
candidateNegativeCombinedMVAComputer = cms.ESProducer("CombinedMVAJetTagESProducer",
useCategories = cms.bool(False),
calibrationRecord = cms.string('CombinedMVA'),
recordLabel = cms.string(''),
jetTagComputers = cms.VPSet(
cms.PSet(
discriminator = cms.bool(True),
Expand Down
Expand Up @@ -3,6 +3,7 @@
candidatePositiveCombinedMVAComputer = cms.ESProducer("CombinedMVAJetTagESProducer",
useCategories = cms.bool(False),
calibrationRecord = cms.string('CombinedMVA'),
recordLabel = cms.string(''),
jetTagComputers = cms.VPSet(
cms.PSet(
discriminator = cms.bool(True),
Expand Down
1 change: 1 addition & 0 deletions RecoBTag/Combined/python/combinedMVAComputer_cfi.py
Expand Up @@ -3,6 +3,7 @@
combinedMVAComputer = cms.ESProducer("CombinedMVAJetTagESProducer",
useCategories = cms.bool(False),
calibrationRecord = cms.string('CombinedMVA'),
recordLabel = cms.string(''),
jetTagComputers = cms.VPSet(
cms.PSet(
discriminator = cms.bool(True),
Expand Down
Expand Up @@ -3,6 +3,7 @@
negativeCombinedMVAComputer = cms.ESProducer("CombinedMVAJetTagESProducer",
useCategories = cms.bool(False),
calibrationRecord = cms.string('CombinedMVA'),
recordLabel = cms.string(''),
jetTagComputers = cms.VPSet(
cms.PSet(
discriminator = cms.bool(True),
Expand Down
Expand Up @@ -3,6 +3,7 @@
positiveCombinedMVAComputer = cms.ESProducer("CombinedMVAJetTagESProducer",
useCategories = cms.bool(False),
calibrationRecord = cms.string('CombinedMVA'),
recordLabel = cms.string(''),
jetTagComputers = cms.VPSet(
cms.PSet(
discriminator = cms.bool(True),
Expand Down

0 comments on commit 37f5ad6

Please sign in to comment.