![]() |
Project
|
#include <GBTRawDataChecker.h>
Public Member Functions | |
void | init (uint16_t gbtUniqueId, uint8_t mask) |
bool | process (gsl::span< const ROBoard > localBoards, gsl::span< const ROFRecord > rofRecords, gsl::span< const ROFRecord > pageRecords) |
unsigned int | getNEventsProcessed () const |
Gets the number of processed events. | |
unsigned int | getNEventsFaulty () const |
Gets the number of faulty events. | |
unsigned int | getNBusyRaised () const |
Gets the number of busy raised. | |
std::string | getDebugMessage () const |
Gets the. | |
uint16_t | getGBTUniqueId () const |
Returns the GBTUniqueId. | |
void | clear (bool all=false) |
void | setElectronicsDelay (const ElectronicsDelay &electronicsDelay) |
Sets the delay in the electronics. | |
void | setSyncTrigger (uint32_t syncTrigger) |
Sets the trigger use to verify if all data of an event where received. | |
Definition at line 33 of file GBTRawDataChecker.h.
void o2::mid::GBTRawDataChecker::clear | ( | bool | all = false | ) |
Resets the masks and flags
Definition at line 532 of file GBTRawDataChecker.cxx.
|
inline |
Gets the.
Definition at line 45 of file GBTRawDataChecker.h.
|
inline |
Returns the GBTUniqueId.
Definition at line 47 of file GBTRawDataChecker.h.
|
inline |
Gets the number of busy raised.
Definition at line 43 of file GBTRawDataChecker.h.
|
inline |
Gets the number of faulty events.
Definition at line 41 of file GBTRawDataChecker.h.
|
inline |
Gets the number of processed events.
Definition at line 39 of file GBTRawDataChecker.h.
void o2::mid::GBTRawDataChecker::init | ( | uint16_t | gbtUniqueId, |
uint8_t | mask | ||
) |
Definition at line 28 of file GBTRawDataChecker.cxx.
bool o2::mid::GBTRawDataChecker::process | ( | gsl::span< const ROBoard > | localBoards, |
gsl::span< const ROFRecord > | rofRecords, | ||
gsl::span< const ROFRecord > | pageRecords | ||
) |
Checks the raw data
Definition at line 461 of file GBTRawDataChecker.cxx.
|
inline |
Sets the delay in the electronics.
Definition at line 51 of file GBTRawDataChecker.h.
|
inline |
Sets the trigger use to verify if all data of an event where received.
Definition at line 54 of file GBTRawDataChecker.h.