From 0e2594e22b4142c655b7e8267d68922d98b0b0c8 Mon Sep 17 00:00:00 2001 From: alesaggio Date: Wed, 8 Nov 2017 14:44:16 +0100 Subject: [PATCH] call deepCSV scale factors only for one btag discriminant name --- interface/BTaggingScaleFactors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/BTaggingScaleFactors.h b/interface/BTaggingScaleFactors.h index c2a1f92..c71d72f 100644 --- a/interface/BTaggingScaleFactors.h +++ b/interface/BTaggingScaleFactors.h @@ -101,7 +101,7 @@ class BTaggingScaleFactors { if ((algo == "cmvav2") || (algo == "pfCombinedMVAV2BJetTags")) return Algorithm::cMVAv2; - if ((algo == "deepCSV") || (algo == "pfDeepCSVJetTags:probb") || (algo == "pfDeepCSVJetTags:probbb")) + if ((algo == "deepCSV") || (algo == "pfDeepCSVJetTags:probb")) return Algorithm::DeepCSV; return Algorithm::UNKNOWN;