From dc52401207899b20ffc09e3c2187826437ab90b8 Mon Sep 17 00:00:00 2001
From: Omveer <osingh@amu.ac.in>
Date: Sun, 23 May 2021 15:32:20 +0530
Subject: [PATCH] Bug #1799 Fixed

---
 reco/detectors/much/CbmMuchFindHitsGem.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reco/detectors/much/CbmMuchFindHitsGem.cxx b/reco/detectors/much/CbmMuchFindHitsGem.cxx
index 5d5b3e1af3..67e2f5add2 100644
--- a/reco/detectors/much/CbmMuchFindHitsGem.cxx
+++ b/reco/detectors/much/CbmMuchFindHitsGem.cxx
@@ -605,7 +605,7 @@ void CbmMuchFindHitsGem::CreateHits(CbmMuchCluster* cluster, Int_t iCluster, Cbm
   Int_t iHit = fHits->GetEntriesFast();
 
   //------------------------------Added by O. Singh 11.12.2017 for mCbm ---------------------------
-  Double_t tX = 18.5, tY = 80.5;
+  Double_t tX = 18.5, tY = 80.0;
   nX = x + tX;  // Ajit + OS + Apar -> For miniMUCH setup in March 2019
   nY = y + tY;  // Ajit + OS + Apar -> For miniMUCH setup in March 2019
   nZ = z;
-- 
GitLab