Skip to content

Fix SelReport decoder/encoder mismatch

Thomas Boettcher requested to merge thboettc_fix_decoder_mismatch into 2024-patches

In Allen, an event with no selected tracks will not include a Hits sub bank in the SelReport. The SelReport decoder requires a Hits bank, so if no tracks are found an empty hits SubBank is created.

Note that all data affected by this issue will be usable after this fix.

Closes Allen#534

FYI @cmarinbe @gligorov @gunther

Edited by Thomas Boettcher

Merge request reports