Project
Loading...
Searching...
No Matches
o2::mid::DecodedDataAggregator Class Reference

#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.
 

Detailed Description

Definition at line 31 of file DecodedDataAggregator.h.

Member Function Documentation

◆ getData()

const std::vector< ColumnData > & o2::mid::DecodedDataAggregator::getData ( EventType  eventType = EventType::Standard)
inline

Gets the vector of data.

Definition at line 37 of file DecodedDataAggregator.h.

◆ getROFRecords()

const std::vector< ROFRecord > & o2::mid::DecodedDataAggregator::getROFRecords ( EventType  eventType = EventType::Standard)
inline

Gets the vector of data RO frame records.

Definition at line 40 of file DecodedDataAggregator.h.

◆ process()

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.


The documentation for this class was generated from the following files: