Skip to content
Snippets Groups Projects

Added missing comma in ReadoutPars_mCBM2022.cxx.

Merged Dominik Smith requested to merge d.smith/cbmroot:TOFmCBM2022ParFix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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};
Loading