From 1b7ebee539cc7a8e2bca5de3fde278b45960f71d Mon Sep 17 00:00:00 2001 From: Etienne Bechtel <ebechtel@ikf.uni-frankfurt.de> Date: Tue, 8 Sep 2020 16:20:26 +0200 Subject: [PATCH] Update in the EB time-reconstruction of the rectangular pads --- reco/detectors/trd/CbmTrdModuleRecR.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reco/detectors/trd/CbmTrdModuleRecR.cxx b/reco/detectors/trd/CbmTrdModuleRecR.cxx index 0ca0c8c0ff..95f87afe4a 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)); } -- GitLab