DUNE-DAQ / datahandlinglibs

An enhanced replacement of readoutlibs + readoutmodules
0 stars 0 forks source link

Fix extraction of streams from DetectorToDaqConnection #4

Closed gcrone closed 2 months ago

gcrone commented 2 months ago

FakeCardReaderBase was not handling DetectorToDaqConnection objects that contain DetDataSenders indirectly through a ResourceSetAND. Use DetectorToDaqConnection::get_streams() method to get streams rather than manually decode.