eudaq
eudaq copied to clipboard
EUDAQ Data Acquisition Framework
This PR introduces two new `LoadInitConfiguration` and `LoadConfiguration` protected members to the `CommandReceiver` base object, allowing for its derivative to... load INI and CONF configuration fragments and steer the module...
H2M: add option to define time stamp w.r.t. the frame end.
Still to be tested by CERN.
- updated a bit the Qt5 cmake - will use by default Qt6 but will fall back to Qt 5.15 (last LTS) - possible to force Qt5 - included in...
write the data more efficient (bool to select it, no default changes) Adding a README for the TLU parameters
Addition of a new tool which allows monitoring of test beam data recorded using EUDAQ2 as DAQ control system to be monitored (semi-)online by starting a corryvreckan session and utilising...
This draft PR introduces an extra layer of abstraction to the ROOT monitor enabling the future developments of the web-based monitoring tool.
Introducing the same API as I did in eudaq v1 for retrieving the eudaq version information inside a consuming project. E.g. in the YARR producer I am taking this information...