![]() |
Project
|
#include <DecodedDataAggregator.h>
Public Member Functions | |
void | process (gsl::span< const ROBoard > localBoards, gsl::span< const ROFRecord > rofRecords) |
const std::vector< ColumnData > & | getData (EventType eventType=EventType::Standard) |
Gets the vector of data. | |
const std::vector< ROFRecord > & | getROFRecords (EventType eventType=EventType::Standard) |
Gets the vector of data RO frame records. | |
Definition at line 31 of file DecodedDataAggregator.h.
|
inline |
Gets the vector of data.
Definition at line 37 of file DecodedDataAggregator.h.
|
inline |
Gets the vector of data RO frame records.
Definition at line 40 of file DecodedDataAggregator.h.
void o2::mid::DecodedDataAggregator::process | ( | gsl::span< const ROBoard > | localBoards, |
gsl::span< const ROFRecord > | rofRecords | ||
) |
Aggregates the decoded raw data
Definition at line 66 of file DecodedDataAggregator.cxx.