![]() |
Project
|
#include <DataDecoder.h>
Public Member Functions | |
auto | getDetID () const |
auto | getPadID () const |
uint32_t | getADC () const |
auto | getTime () const |
bool | timeValid () const |
auto | getOrbit () const |
auto | getBunchCrossing () const |
auto | getSampaTime () const |
auto | getBXTime () const |
bool | operator== (const RawDigit &) const |
Public Attributes | |
o2::mch::Digit | digit |
SampaInfo | info |
Structure used internally to store the information of the decoded digits. In addition to the standard Digit structure, it also keeps the raw SAMPA information
Definition at line 133 of file DataDecoder.h.
|
inline |
Definition at line 138 of file DataDecoder.h.
|
inline |
Definition at line 142 of file DataDecoder.h.
|
inline |
Definition at line 144 of file DataDecoder.h.
|
inline |
Definition at line 136 of file DataDecoder.h.
|
inline |
Definition at line 141 of file DataDecoder.h.
|
inline |
Definition at line 137 of file DataDecoder.h.
|
inline |
Definition at line 143 of file DataDecoder.h.
|
inline |
Definition at line 139 of file DataDecoder.h.
bool o2::mch::raw::DataDecoder::RawDigit::operator== | ( | const RawDigit & | other | ) | const |
Definition at line 153 of file DataDecoder.cxx.
|
inline |
Definition at line 140 of file DataDecoder.h.
o2::mch::Digit o2::mch::raw::DataDecoder::RawDigit::digit |
Definition at line 134 of file DataDecoder.h.
SampaInfo o2::mch::raw::DataDecoder::RawDigit::info |
Definition at line 135 of file DataDecoder.h.