From bcb110b8d464a60f62997504fae36a8939939f89 Mon Sep 17 00:00:00 2001 From: Etienne Bechtel <ebechtel@ikf.uni-frankfurt.de> Date: Wed, 9 Sep 2020 10:11:00 +0200 Subject: [PATCH] add additional comment --- reco/detectors/trd/CbmTrdModuleRecR.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reco/detectors/trd/CbmTrdModuleRecR.cxx b/reco/detectors/trd/CbmTrdModuleRecR.cxx index 95f87afe4a..d2a4a1e240 100644 --- a/reco/detectors/trd/CbmTrdModuleRecR.cxx +++ b/reco/detectors/trd/CbmTrdModuleRecR.cxx @@ -550,7 +550,9 @@ CbmTrdHit* CbmTrdModuleRecR::MakeHit(Int_t clusterId, } else { if (EBP) time -= - 46; //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 + //TODO: move variables to parameter file if (errorclass == 0) xVar = 0.0426313; else if (errorclass == 1) @@ -606,7 +608,7 @@ CbmTrdHit* CbmTrdModuleRecR::MakeHit(Int_t clusterId, clusterId, totalCharge / 1e6, time, - Double_t(8.5)); + Double_t(8.5)); //TODO: move to parameter file } -- GitLab