JeffersonLab / JANA4ML4FPGA

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

Data parsing for TCP events #11

Closed faustus123 closed 1 year ago

faustus123 commented 1 year ago

This connects the data parser to the cdaq plugin that can read events from the CDAQ TCP socket. It currently does not use the blocked event architecture with the enhanced JANA topology so it is limited to a single event per block. (It will complain and exit if it finds more than one event in the block.)

This has not been tested yet, but has a fairly good chance of working.