From c6ab5558bf8ab91eba3b529fdb05daca0a08ab2b Mon Sep 17 00:00:00 2001 From: Dominik Smith <d.smith@gsi.de> Date: Fri, 31 May 2024 15:15:49 +0200 Subject: [PATCH] Added missing comma in ReadoutPars_mCBM2022.cxx. --- algo/detectors/tof/config/ReadoutPars_mCBM2022.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algo/detectors/tof/config/ReadoutPars_mCBM2022.cxx b/algo/detectors/tof/config/ReadoutPars_mCBM2022.cxx index 18b1ef6aac..f0efa4bc2d 100644 --- a/algo/detectors/tof/config/ReadoutPars_mCBM2022.cxx +++ b/algo/detectors/tof/config/ReadoutPars_mCBM2022.cxx @@ -22,7 +22,7 @@ ReadoutPars ReadoutPars::MakeMCBM2022() constexpr int NumCrob = 16; // Module Identifier connected to Gbtx link, has to match geometry - const int32_t moduleId[NumCrob] = {0, 0, 1, 1, 0, 0, 2, 2, 3, 3, 4, 4, 0 - 1, 0, 0}; + const int32_t moduleId[NumCrob] = {0, 0, 1, 1, 0, 0, 2, 2, 3, 3, 4, 4, 0, -1, 0, 0}; // type of Rpcs connected to Gbtx link const int32_t rpcType[NumCrob] = {0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 9, 9, 6, 9}; -- GitLab