From 9a35b83d37a426a7d1051ecc1ae12b3fec9a930d Mon Sep 17 00:00:00 2001 From: Etienne Bechtel <ebechtel@ikf.uni-frankfurt.de> Date: Wed, 9 Sep 2020 10:33:38 +0200 Subject: [PATCH] Force new column (format) --- reco/detectors/trd/CbmTrdModuleRecR.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reco/detectors/trd/CbmTrdModuleRecR.cxx b/reco/detectors/trd/CbmTrdModuleRecR.cxx index d2a4a1e240..0090de318c 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 -= - 46; //due to the event time of 0 in the EB + 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) -- GitLab