![]() |
Project
|
#include <DigitRawEncoder.h>
Public Member Functions | |
DigitRawEncoder (DigitRawEncoderOptions opt={}) | |
void | addHeartbeats (std::set< DsElecId > dsElecIds, uint32_t orbit) |
void | encodeDigits (gsl::span< o2::mch::Digit > digits, uint32_t orbit, uint16_t bc) |
void | writeConfig () |
Definition at line 52 of file DigitRawEncoder.h.
o2::mch::raw::DigitRawEncoder::DigitRawEncoder | ( | DigitRawEncoderOptions | opt = {} | ) |
Definition at line 162 of file DigitRawEncoder.cxx.
void o2::mch::raw::DigitRawEncoder::addHeartbeats | ( | std::set< DsElecId > | dsElecIds, |
uint32_t | orbit | ||
) |
Definition at line 177 of file DigitRawEncoder.cxx.
void o2::mch::raw::DigitRawEncoder::encodeDigits | ( | gsl::span< o2::mch::Digit > | digits, |
uint32_t | orbit, | ||
uint16_t | bc | ||
) |
Definition at line 184 of file DigitRawEncoder.cxx.
void o2::mch::raw::DigitRawEncoder::writeConfig | ( | ) |
Definition at line 192 of file DigitRawEncoder.cxx.