diff --git a/reco/detectors/trd/CbmTrdModuleRecR.cxx b/reco/detectors/trd/CbmTrdModuleRecR.cxx
index 0ca0c8c0ffe36e38f541d4128d7059582f811db4..95f87afe4a015bcdcd29379262440ef831c3bb95 100644
--- a/reco/detectors/trd/CbmTrdModuleRecR.cxx
+++ b/reco/detectors/trd/CbmTrdModuleRecR.cxx
@@ -550,7 +550,7 @@ CbmTrdHit* CbmTrdModuleRecR::MakeHit(Int_t clusterId,
   } else {
     if (EBP)
       time -=
-        50;  //due to the event time of 0 in the EB mode and the ULong in the the digi time
+        46;  //due to the event time of 0 in the EB mode and the ULong in the the digi time
     if (errorclass == 0)
       xVar = 0.0426313;
     else if (errorclass == 1)
@@ -606,7 +606,7 @@ CbmTrdHit* CbmTrdModuleRecR::MakeHit(Int_t clusterId,
               clusterId,
               totalCharge / 1e6,
               time,
-              Double_t(CbmTrdDigi::Clk(CbmTrdDigi::kSPADIC)));
+              Double_t(8.5));
 }