Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Graves Kyriacou committed Sep 1, 2023
1 parent b452e2a commit 99cb6a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Root/BJetEfficiencyCorrector.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ EL::StatusCode BJetEfficiencyCorrector :: initialize ()
if (m_taggerName == "DL1r") { taggerOK = true; m_getScaleFactors = false; }
if (m_taggerName == "DL1dv00") { taggerOK = true; m_getScaleFactors = false; }
if (m_taggerName == "DL1dv01") { taggerOK = true; m_getScaleFactors = true; }
if (m_taggerName == "GN120220509") { taggerOK = true; m_getScaleFactors = false; }
if (m_taggerName == "GN2v00LegacyWP") { taggerOK = true; m_getScaleFactors = false; }
if (m_taggerName == "GN2v00NewAliasWP") { taggerOK = true; m_getScaleFactors = false; }

Expand Down

0 comments on commit 99cb6a8

Please sign in to comment.