Skip to content
Snippets Groups Projects
Commit b5b0110c authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

[mTOF 2024] Fix mapping for test detector

parent 54fe354a
No related branches found
No related tags found
1 merge request!1732[Online] Select STS walk and TRD setup files based on run id
Pipeline #28149 passed
......@@ -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};
......
......@@ -16,7 +16,7 @@ NrOfRpc: Int_t \
RpcType: Int_t \
0 0 0 0 0 0 0 0 0 0 2 2 9 9 6
RpcSide: Int_t \
0 1 0 1 0 1 0 1 0 1 0 1 2 2 3
0 1 0 1 0 1 0 1 0 1 0 1 0 0 3
ModuleId: Int_t \
0 0 1 1 2 2 3 3 4 4 0 0 0 1 0
NbMsTot: Int_t 100
......
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