From 6b3a7e782c5939dbc40c2858864eec2a2a34279c Mon Sep 17 00:00:00 2001 From: Etienne <ebechtel@ikf.uni-frankfurt.de> Date: Wed, 9 Sep 2020 10:51:49 +0200 Subject: [PATCH] restore format --- reco/detectors/trd/CbmTrdModuleRecR.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reco/detectors/trd/CbmTrdModuleRecR.cxx b/reco/detectors/trd/CbmTrdModuleRecR.cxx index 4821fb6f62..48ff955921 100644 --- a/reco/detectors/trd/CbmTrdModuleRecR.cxx +++ b/reco/detectors/trd/CbmTrdModuleRecR.cxx @@ -602,7 +602,8 @@ CbmTrdHit *CbmTrdModuleRecR::MakeHit(Int_t clusterId, yVar = 0.0291146; } else { if (EBP) - time -= 46; // due to the event time of 0 in the EB + 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) -- GitLab