Skip to content

Implement Reading of EUDAQ Data Files

Simon Spannagel requested to merge eudaq into master

This MR adds a new algorithm which reads EUDAQ raw files, parses and decodes them, and stores pixels on the Corryvreckan clipboard for further processing. This is a first step towards using Corryvreckan for DESY test beams with EUDET-type beam telescopes using EUDAQ DAQ.

In addition, a few other algorithms have seen bug fixes in order to allow processing of data not from Timepix family chips. This mainly concerns the SpatialClustering which has been made more generic by replacing hardcoded chip dimensions by the values returned by the respective detector objects.

This should be ready to merge, please review.

Merge request reports