Skip to content
Snippets Groups Projects

[Online] Select STS walk and TRD setup files based on run id

4 files
+ 8
6
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -30,7 +30,7 @@ ReadoutPars ReadoutPars::MakeMCBM2024()
const int32_t rpcType[NumCrob] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 9, 9, 6};
// side of Rpcs connected to Gbtx link, i.e. 0 or 1
const int32_t rpcSide[NumCrob] = {0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 2, 2, 3};
const int32_t rpcSide[NumCrob] = {0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 3};
// number of Rpcs connected to Gbtx link, i.e. 3 or 5
const int32_t numRpc[NumCrob] = {5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 2, 2, 5};
Loading