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

online: in TOF unpacker ReadoutConfig, temp-fix bad module type based on NH...

online: in TOF unpacker ReadoutConfig, temp-fix bad module type based on NH lustre files (maybe incomplete)
parent 6e459afa
No related branches found
No related tags found
1 merge request!2026Online: fix wrong year in name of new par files
Pipeline #32961 failed
......@@ -185,12 +185,13 @@ namespace cbm::algo::tof
const auto& crob = pars.crobs.at(uGbtx);
switch (crob.rpcType) {
case 2: // intended fall-through
case 1: // intended fall-through
case 0: {
// CBM modules
BuildChannelsUidMapCbm(uCh, crob);
break;
}
case 1: {
case 11: {
// STAR eTOF modules
BuildChannelsUidMapStar(uCh, crob);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment