From 1c969fed5a01eb4c32b95f892cf118d589fff849 Mon Sep 17 00:00:00 2001 From: Etienne Bechtel <ebechtel@ikf.uni-frankfurt.de> Date: Mon, 31 Aug 2020 14:58:57 +0200 Subject: [PATCH] Remove old and now incorrect timing correction --- sim/detectors/trd/CbmTrdModuleSimR.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sim/detectors/trd/CbmTrdModuleSimR.cxx b/sim/detectors/trd/CbmTrdModuleSimR.cxx index 16dbcb3de7..8dcb6c278d 100644 --- a/sim/detectors/trd/CbmTrdModuleSimR.cxx +++ b/sim/detectors/trd/CbmTrdModuleSimR.cxx @@ -1313,8 +1313,8 @@ CbmTrdModuleSimR::MakeDigi(CbmTrdPoint* point, Double_t time, Bool_t TR) { for (Int_t i = 0; i < 3; i++) fQAPos_out[i] = point_out[i]; - fCurrentTime -= 1e9 * (point_in[2] / 100) - / 2.99e8; // subtract time of flight to the detector layer + //fCurrentTime -= 1e9 * (point_in[2] / 100) + // / 2.99e8; // subtract time of flight to the detector layer // General processing on the MC point Double_t ELoss(0.), ELossTR(0.), ELossdEdX(point->GetEnergyLoss()); -- GitLab