diff --git a/reco/detectors/much/CbmMuchFindHitsGem.cxx b/reco/detectors/much/CbmMuchFindHitsGem.cxx
index 5d5b3e1af3c959d477a3e27691922d243601f870..67e2f5add246dd26042d677c1d05d393375af251 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;