From 3411d3fbc86da3d34b04a3e930730b43c504aa37 Mon Sep 17 00:00:00 2001 From: David Seith Date: Tue, 5 Mar 2019 16:41:08 +0100 Subject: [PATCH] Update pfDeepCSVJetTags_cfi.py added correct json for PhaseII to pfDeepCSVJetTags_cfi.py --- RecoBTag/Combined/python/pfDeepCSVJetTags_cfi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())