Skip to content

Cratify input module

Marc Konig requested to merge cratify-input-module into master

Massive change to how the repository is maintained.

It is now a workspace with the primary focus of maintaining fastpasta, but now includes the alice_daq_protocol_reader crate that is a standalone create but is a member of the workspace.

alice_daq_protocol_reader supplies the functionality for reading raw binary data from the ALICE DAQ and packaging it neatly into structures that are easy to process and analyze.

This is a big step in the modularization of fastpasta. Another team could now add alice_daq_protocol_reader to their project and develop their own version of fastpasta with the efficient reader of ALICE DAQ raw data and producer of structured data contained in the alice_daq_protocol_reader crate.

Edited by Marc Konig

Merge request reports