#include <CompressedDigit.h>
|
| | CompressedDigit ()=default |
| |
| | ~CompressedDigit ()=default |
| |
| | CompressedDigit (const int det, const int rob, const int mcm, const int channel, const std::array< uint16_t, constants::TIMEBINS > &adc) |
| |
| | CompressedDigit (const int det, const int rob, const int mcm, const int channel) |
| |
| | CompressedDigit (const CompressedDigit &)=default |
| |
| CompressedDigit & | operator= (const CompressedDigit &)=default |
| |
| void | setChannel (int channel) |
| |
| void | setMCM (int mcm) |
| |
| void | setROB (int rob) |
| |
| void | setDetector (int det) |
| |
| void | setADC (std::array< uint16_t, constants::TIMEBINS > const &adcs) |
| |
| void | setADCi (int index, uint16_t adcvalue) |
| |
| int | getChannel () const |
| |
| int | getMCM () const |
| |
| int | getROB () const |
| |
| int | getDetector () const |
| |
| bool | isSharedCompressedDigit () const |
| |
| uint16_t | operator[] (const int index) |
| |
| uint32_t | getADCsum () const |
| |
Definition at line 31 of file CompressedDigit.h.
◆ CompressedDigit() [1/4]
| o2::trd::CompressedDigit::CompressedDigit |
( |
| ) |
|
|
default |
◆ ~CompressedDigit()
| o2::trd::CompressedDigit::~CompressedDigit |
( |
| ) |
|
|
default |
◆ CompressedDigit() [2/4]
| o2::trd::CompressedDigit::CompressedDigit |
( |
const int |
det, |
|
|
const int |
rob, |
|
|
const int |
mcm, |
|
|
const int |
channel, |
|
|
const std::array< uint16_t, constants::TIMEBINS > & |
adc |
|
) |
| |
◆ CompressedDigit() [3/4]
| o2::trd::CompressedDigit::CompressedDigit |
( |
const int |
det, |
|
|
const int |
rob, |
|
|
const int |
mcm, |
|
|
const int |
channel |
|
) |
| |
◆ CompressedDigit() [4/4]
◆ getADCsum()
| uint32_t o2::trd::CompressedDigit::getADCsum |
( |
| ) |
const |
|
inline |
◆ getChannel()
| int o2::trd::CompressedDigit::getChannel |
( |
| ) |
const |
|
inline |
◆ getDetector()
| int o2::trd::CompressedDigit::getDetector |
( |
| ) |
const |
|
inline |
◆ getMCM()
| int o2::trd::CompressedDigit::getMCM |
( |
| ) |
const |
|
inline |
◆ getROB()
| int o2::trd::CompressedDigit::getROB |
( |
| ) |
const |
|
inline |
◆ isSharedCompressedDigit()
| bool o2::trd::CompressedDigit::isSharedCompressedDigit |
( |
| ) |
const |
◆ operator=()
◆ operator[]()
| uint16_t o2::trd::CompressedDigit::operator[] |
( |
const int |
index | ) |
|
|
inline |
◆ setADC()
◆ setADCi()
| void o2::trd::CompressedDigit::setADCi |
( |
int |
index, |
|
|
uint16_t |
adcvalue |
|
) |
| |
|
inline |
◆ setChannel()
| void o2::trd::CompressedDigit::setChannel |
( |
int |
channel | ) |
|
|
inline |
◆ setDetector()
| void o2::trd::CompressedDigit::setDetector |
( |
int |
det | ) |
|
|
inline |
◆ setMCM()
| void o2::trd::CompressedDigit::setMCM |
( |
int |
mcm | ) |
|
|
inline |
◆ setROB()
| void o2::trd::CompressedDigit::setROB |
( |
int |
rob | ) |
|
|
inline |
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/TRD/include/DataFormatsTRD/CompressedDigit.h
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/TRD/src/CompressedDigit.cxx