JeffersonLab / JANA4ML4FPGA

EIC R&D supported project developing ML on FPGA for streaming readout systems
1 stars 1 forks source link

Save EVIO from TCP stream #46

Closed DraTeots closed 1 year ago

DraTeots commented 1 year ago

Currently EVIO reader can save EVIO files, but this happens internally, without introducing EVIO blocks as JANA factories. So if EVIO is received by TCP or other sources it is not straightforward to save EVIO.

This ticket is simple - we need to save received EVIO to file. But it would be beneficial to make it the proper way probably through introducing EVIO blocks factory (or whatever), EVIOWriteProcessor and what is needed.

faustus123 commented 1 year ago

This was resolved with PR #51 and PR #53