DUNE-DAQ/flxlibs

FelixCardReader takes enabled_links list in order

Opened this issue · 0 comments

We recently had an issue where the link numbers in the WIB headers did not agree with the link numbers from the HardwareMap (obtained via SourceID). daqconf was giving the link list in a random order, and FelixCardReader was respecting that order, leading to mis-mapping of channels. (See DUNE-DAQ/daqconf#238).

FelixCardReader should be given SourceID/HardwareMap information directly to avoid this kind of issue.