Skip to content

Commit

Permalink
call deepCSV scale factors only for one btag discriminant name
Browse files Browse the repository at this point in the history
  • Loading branch information
alesaggio committed Nov 8, 2017
1 parent b86d4a3 commit 0e2594e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/BTaggingScaleFactors.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0e2594e

Please sign in to comment.