Skip to content

Commit

Permalink
GN2v01 does not have 60% WP
Browse files Browse the repository at this point in the history
  • Loading branch information
mdhank committed May 8, 2024
1 parent 21d98a4 commit c945a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Root/BJetEfficiencyCorrector.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ EL::StatusCode BJetEfficiencyCorrector :: initialize ()
// https://twiki.cern.ch/twiki/bin/viewauth/AtlasProtected/BTaggingBenchmarksRelease21

// All working points are calibrated (but not all taggers, see next check)
if (m_operatingPt == "FixedCutBEff_60") { opOK = true; m_getScaleFactors = true; }
if (m_operatingPt == "FixedCutBEff_60" and (m_taggerName != "GN2v01")) { opOK = true; m_getScaleFactors = true; }
if (m_operatingPt == "FixedCutBEff_65") {
if(m_taggerName == "GN2v01"){
opOK = true; m_getScaleFactors = true;
Expand Down

0 comments on commit c945a5a

Please sign in to comment.