event files
This merges both styling and event files branches.
Regarding the styling:
- relies on clang-format tool (see .clang-format file for details), only difference with other projects is indent level (2 instead of 4).
- it's now checked and mandatory to respect styling to merge on master
- files can be automatically styled using 'make style'
Regarding the event files:
- ntofutils structures have been updated to be more C++ oriented (ostream, operators ...)
- DaqManager now creates a ".run" file with RCTR and MODH (concerning the cards it manages) per run
- DaqManager now creates a ".event" file with EVEH for each event
This code was manually deployed on ntofdaq-m12 (lab), I'll make a release and deploy this on all DAQs.
FileDisplay has been modified to look for those files and open acquisition files that were made using the standalone-daq.
Let me know if there are any issues/concerns (or add comments on this merge request (or on the files))