Skip to content

Commit

Permalink
Merge pull request #1 from dseith/reco_btag_combined_phase2_deepcsv
Browse files Browse the repository at this point in the history
Update pfDeepCSVJetTags_cfi.py
  • Loading branch information
dseith committed Mar 5, 2019
2 parents f19c944 + 3411d3f commit 3be52ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoBTag/Combined/python/pfDeepCSVJetTags_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
phase1Pixel.toModify(pfDeepCSVJetTags, toAdd = cms.PSet())

from Configuration.Eras.Modifier_phase2_common_cff import phase2_common
phase2_common.toModify(pfDeepCSVJetTags, NNConfig = cms.FileInPath('RecoBTag/Combined/data/DeepCSV_PhaseI.json'))
phase2_common.toModify(pfDeepCSVJetTags, NNConfig = cms.FileInPath('RecoBTag/Combined/data/DeepCSV_PhaseII.json'))
phase2_common.toModify(pfDeepCSVJetTags, checkSVForDefaults = cms.bool(True))
phase2_common.toModify(pfDeepCSVJetTags, meanPadding = cms.bool(True))
phase2_common.toModify(pfDeepCSVJetTags, toAdd = cms.PSet())

0 comments on commit 3be52ce

Please sign in to comment.