Skip to content

Commit

Permalink
Merge pull request #11416 from pablodecm/add_combMVA
Browse files Browse the repository at this point in the history
Add combMVA to DQM (cherry-picking PR #10529)
  • Loading branch information
cmsbuild committed Nov 6, 2015
2 parents bfa13b1 + eced2dc commit f3a0f05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DQMOffline/RecoB/python/bTagCommon_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@
label = cms.InputTag("pfCombinedInclusiveSecondaryVertexV2BJetTags"),
folder = cms.string("CSVv2")
),
cms.PSet(
bTagGenericAnalysisBlock,
label = cms.InputTag("pfCombinedMVABJetTags"),
folder = cms.string("combMVA")
),
cms.PSet(
bTagSoftLeptonAnalysisBlock,
label = cms.InputTag("softPFMuonBJetTags"),
Expand Down

0 comments on commit f3a0f05

Please sign in to comment.