From 6f11423436c6703d38eb1f90933614164e81f32f Mon Sep 17 00:00:00 2001
From: Moe Wakida <wakida@hepl.phys.nagoya-u.ac.jp>
Date: Thu, 18 Aug 2022 19:08:25 +0200
Subject: [PATCH] Adapted the code to mu24_l2io chain

---
 Trigger/TrigMonitoring/TrigMuonMonitoring/src/L2MuonSAIOMon.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Trigger/TrigMonitoring/TrigMuonMonitoring/src/L2MuonSAIOMon.cxx b/Trigger/TrigMonitoring/TrigMuonMonitoring/src/L2MuonSAIOMon.cxx
index 2ada62bf4798..1e069fd4269e 100644
--- a/Trigger/TrigMonitoring/TrigMuonMonitoring/src/L2MuonSAIOMon.cxx
+++ b/Trigger/TrigMonitoring/TrigMuonMonitoring/src/L2MuonSAIOMon.cxx
@@ -1002,7 +1002,7 @@ StatusCode L2MuonSAIOMon :: decision_ptthreshold( const std::string &chain, std:
     my_EtaBins = {0, 1.05, 1.5, 2.0, 9.9}; //4GeV_v15a
     my_muCombThres = {3.86, 3.77, 3.69, 3.70}; //4GeV_v15a
     my_pikCuts = false;
-  }else if(chain == "HLT_mu26_ivarmedium_mu6_l2io_probe_L1MU14FCH"){
+  }else if(chain == "HLT_mu24_ivarmedium_mu6_l2io_probe_L1MU14FCH"){
     my_EtaBins = {0, 1.05, 1.5, 2.0, 9.9}; //6GeV_v15a
     my_muCombThres = {5.87, 5.79, 5.70, 5.62}; //6GeV_v15a
     my_pikCuts = false;
-- 
GitLab