![]() |
Project
|
Stores the TRD data for one TF i.e. a vector of EventRecords and some statistics. More...
#include <EventRecord.h>
Public Member Functions | |
| EventRecordContainer ()=default | |
| ~EventRecordContainer ()=default | |
| void | sendData (o2::framework::ProcessingContext &pc, bool generatestats, bool sortDigits, bool sendLinkStats) |
| void | setCurrentEventRecord (const InteractionRecord &ir) |
| EventRecord & | getCurrentEventRecord () |
| void | incLinkErrorFlags (int hcid, unsigned int flag) |
| void | incLinkNoData (int hcid) |
| void | incLinkWords (int hcid, int count) |
| void | incLinkWordsRead (int hcid, int count) |
| void | incLinkWordsRejected (int hcid, int count) |
| void | incMajorVersion (int version) |
| void | incParsingError (int error, int hcid) |
| void | reset () |
| void | accumulateStats () |
Stores the TRD data for one TF i.e. a vector of EventRecords and some statistics.
Definition at line 80 of file EventRecord.h.
|
default |
|
default |
| void o2::trd::EventRecordContainer::accumulateStats | ( | ) |
Definition at line 96 of file EventRecord.cxx.
|
inline |
Definition at line 90 of file EventRecord.h.
|
inline |
Definition at line 93 of file EventRecord.h.
|
inline |
Definition at line 94 of file EventRecord.h.
|
inline |
Definition at line 95 of file EventRecord.h.
|
inline |
Definition at line 96 of file EventRecord.h.
|
inline |
Definition at line 97 of file EventRecord.h.
|
inline |
Definition at line 98 of file EventRecord.h.
|
inline |
Definition at line 100 of file EventRecord.h.
| void o2::trd::EventRecordContainer::reset | ( | ) |
Definition at line 128 of file EventRecord.cxx.
| void o2::trd::EventRecordContainer::sendData | ( | o2::framework::ProcessingContext & | pc, |
| bool | generatestats, | ||
| bool | sortDigits, | ||
| bool | sendLinkStats | ||
| ) |
Definition at line 59 of file EventRecord.cxx.
| void o2::trd::EventRecordContainer::setCurrentEventRecord | ( | const InteractionRecord & | ir | ) |
Definition at line 111 of file EventRecord.cxx.