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 ...@@ -185,12 +185,13 @@ namespace cbm::algo::tof
const auto& crob = pars.crobs.at(uGbtx); const auto& crob = pars.crobs.at(uGbtx);
switch (crob.rpcType) { switch (crob.rpcType) {
case 2: // intended fall-through case 2: // intended fall-through
case 1: // intended fall-through
case 0: { case 0: {
// CBM modules // CBM modules
BuildChannelsUidMapCbm(uCh, crob); BuildChannelsUidMapCbm(uCh, crob);
break; break;
} }
case 1: { case 11: {
// STAR eTOF modules // STAR eTOF modules
BuildChannelsUidMapStar(uCh, crob); BuildChannelsUidMapStar(uCh, crob);
break; break;
......
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