Harmonisation between kp.io.daq.TimesliceParser and kp.io.daq.DAQProcessor
Currently kp.io.daq.DAQProcessor
can handle seamlessly both DAQ events and DAQ summaryslices but timeslices need to be parsed separately with kp.io.daq.TimesliceParser
.
In addition, the DAQ header information is stored differently between TimesliceParser and DAQProcessor.
Some harmonisation could be beneficial (e.g. it could be nice if the DAQ header could be accessed in the same way for summaryslices, timeslices and events).
Edited by Massimiliano Lincetto