From c945a5a4ea71f100119846ab8254285eb8cb5cc6 Mon Sep 17 00:00:00 2001 From: Michael Hank Date: Wed, 8 May 2024 10:59:26 -0400 Subject: [PATCH] GN2v01 does not have 60% WP --- Root/BJetEfficiencyCorrector.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Root/BJetEfficiencyCorrector.cxx b/Root/BJetEfficiencyCorrector.cxx index d927fd4b6..c482eef27 100644 --- a/Root/BJetEfficiencyCorrector.cxx +++ b/Root/BJetEfficiencyCorrector.cxx @@ -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;