CbmTrdUnpackFaspAlgo: Removed catching of multiply defined equipment IDs...
CbmTrdUnpackFaspAlgo: Removed catching of multiply defined equipment IDs (sometimes multiple entries are passed for invalid eq_id = 0).
@a.bercuci In my recent cleanup of the unpacker, I included a if-statement that catches the case where it is attempted to set multiple entries for the same equipment ID in the crob map.
I just noticed that this case can sometimes be legitimate, as the initial (non-inverted) crob map might contain multiple invalid entries flagged with eq_id = 0. This fix removes the check. If you approve I will merge.
Merge request reports
Activity
added BugFix label
requested review from @d.smith
assigned to @d.smith
- Resolved by Dominik Smith
Dear @a.bercuci, @p.kaehler,
you have been identified as code owner of at least one file which was changed with this merge request.
Please check the changes and approve them or request changes.
added CodeOwners label