Project
Loading...
Searching...
No Matches
o2::tpc::sac::DataPoint Struct Reference

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

Detailed Description

Definition at line 60 of file SACDecoder.h.

Member Function Documentation

◆ ClassDefNV()

o2::tpc::sac::DataPoint::ClassDefNV ( DataPoint  ,
 
)

◆ reset()

void o2::tpc::sac::DataPoint::reset ( )
inline

Definition at line 64 of file SACDecoder.h.

Member Data Documentation

◆ currents

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.

◆ time

uint32_t o2::tpc::sac::DataPoint::time {}

Reference time since epoch in ms.

Definition at line 61 of file SACDecoder.h.


The documentation for this struct was generated from the following file: