![]() |
Project
|
#include <SACDecoder.h>
Public Member Functions | |
void | reset () |
ClassDefNV (DataPoint, 2) | |
Public Attributes | |
uint32_t | time {} |
Reference time since epoch in ms. | |
int32_t | currents [GEMSTACKS] {} |
Current in signed ADC values, use SACDecoder::ADCtoNanoAmp, to convert to nA. | |
Definition at line 60 of file SACDecoder.h.
o2::tpc::sac::DataPoint::ClassDefNV | ( | DataPoint | , |
2 | |||
) |
|
inline |
Definition at line 64 of file SACDecoder.h.
int32_t o2::tpc::sac::DataPoint::currents[GEMSTACKS] {} |
Current in signed ADC values, use SACDecoder::ADCtoNanoAmp, to convert to nA.
Definition at line 62 of file SACDecoder.h.
uint32_t o2::tpc::sac::DataPoint::time {} |
Reference time since epoch in ms.
Definition at line 61 of file SACDecoder.h.