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

Fix 2024 BMon comp order in online unpacker

parent d173100b
No related branches found
No related tags found
1 merge request!1824[mCBM 2024] Fixes to TOF mapping (BMon and test det), legacy and online
Pipeline #29406 passed
......@@ -36,7 +36,7 @@ ReadoutPars ReadoutPars::MakeMCBM2024()
pars.crobs.push_back({moduleId[i], rpcType[i], rpcSide[i], numRpc[i]});
}
pars.eqIds = {0xabf3, 0xabf2, 0xabf1, 0xabf0, 0xabf4};
pars.eqIds = {0xabf0, 0xabf1, 0xabf2, 0xabf3, 0xabf4};
return pars;
}
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