MCH digit implementation.
More...
#include <Digit.h>
MCH digit implementation.
Definition at line 30 of file Digit.h.
◆ Digit() [1/2]
o2::mch::Digit::Digit |
( |
| ) |
|
|
default |
◆ Digit() [2/2]
o2::mch::Digit::Digit |
( |
int |
detid, |
|
|
int |
pad, |
|
|
uint32_t |
adc, |
|
|
int32_t |
time, |
|
|
uint16_t |
nSamples = 1 , |
|
|
bool |
saturated = false |
|
) |
| |
◆ ~Digit()
o2::mch::Digit::~Digit |
( |
| ) |
|
|
default |
◆ getADC()
uint32_t o2::mch::Digit::getADC |
( |
| ) |
const |
|
inline |
◆ getDetID()
int o2::mch::Digit::getDetID |
( |
| ) |
const |
|
inline |
◆ getNofSamples()
uint16_t o2::mch::Digit::getNofSamples |
( |
| ) |
const |
◆ getPadID()
int o2::mch::Digit::getPadID |
( |
| ) |
const |
|
inline |
◆ getTime()
int32_t o2::mch::Digit::getTime |
( |
| ) |
const |
|
inline |
◆ isSaturated()
bool o2::mch::Digit::isSaturated |
( |
| ) |
const |
◆ operator!=()
bool o2::mch::Digit::operator!= |
( |
const Digit & |
other | ) |
const |
|
inline |
◆ operator<()
bool o2::mch::Digit::operator< |
( |
const Digit & |
other | ) |
const |
◆ operator==()
bool o2::mch::Digit::operator== |
( |
const Digit & |
other | ) |
const |
◆ setADC()
void o2::mch::Digit::setADC |
( |
uint32_t |
adc | ) |
|
|
inline |
◆ setNofSamples()
void o2::mch::Digit::setNofSamples |
( |
uint16_t |
n | ) |
|
◆ setPadID()
void o2::mch::Digit::setPadID |
( |
int |
padID | ) |
|
|
inline |
◆ setSaturated()
void o2::mch::Digit::setSaturated |
( |
bool |
sat | ) |
|
◆ setTime()
void o2::mch::Digit::setTime |
( |
int32_t |
t | ) |
|
|
inline |
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/MUON/MCH/include/DataFormatsMCH/Digit.h
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/MUON/MCH/src/Digit.cxx