diff --git a/RecoBTag/Combined/python/pfDeepCSVJetTags_cfi.py b/RecoBTag/Combined/python/pfDeepCSVJetTags_cfi.py index 110526a219b5d..d69455f2bf0c0 100644 --- a/RecoBTag/Combined/python/pfDeepCSVJetTags_cfi.py +++ b/RecoBTag/Combined/python/pfDeepCSVJetTags_cfi.py @@ -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())