Skip to content
Snippets Groups Projects
Commit c6ab5558 authored by Dominik Smith's avatar Dominik Smith
Browse files

Added missing comma in ReadoutPars_mCBM2022.cxx.

parent 39253604
No related branches found
No related tags found
1 merge request!1847Added missing comma in ReadoutPars_mCBM2022.cxx.
Pipeline #29630 failed
......@@ -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};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment