From 6322198787a629595245dab0bc6dd8d10d375ab6 Mon Sep 17 00:00:00 2001
From: moukaddam <mmoukad@iphc.cnrs.fr>
Date: Sun, 29 Nov 2020 23:52:24 +0100
Subject: [PATCH] fixing mapping bug, [NB:] Can affect previous data analysis
 if SiLi was involved

---
 NPLib/Detectors/MUST2/TMust2Physics.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NPLib/Detectors/MUST2/TMust2Physics.cxx b/NPLib/Detectors/MUST2/TMust2Physics.cxx
index 467ec8142..10435fc52 100644
--- a/NPLib/Detectors/MUST2/TMust2Physics.cxx
+++ b/NPLib/Detectors/MUST2/TMust2Physics.cxx
@@ -80,7 +80,7 @@ ClassImp(TMust2Physics)
   m_SiLi_MatchingY.resize(16, 0);
 
   m_SiLi_MatchingX[0] = 112;
-  m_SiLi_MatchingY[1] = 112;
+  m_SiLi_MatchingY[0] = 112;
 
   m_SiLi_MatchingX[1] = 112;
   m_SiLi_MatchingY[1] = 80;
-- 
GitLab