Multiple run processing for the EUDAQ loader
Implementation of the sequential processing of multiple raw files for the EUDAQ loader. This feature is specially useful to create plots (profiles) with high statistics.
The implementation is done through the SequentialReader
class, which basically is a FIFO queue of eudaq::FileReader
s.