#include <Digit.h>
|
| Digit ()=default |
|
| ~Digit ()=default |
|
| Digit (int det, int row, int pad, ArrayADC adc, int phase=0) |
|
| Digit (int det, int row, int pad) |
|
| Digit (int det, int rob, int mcm, int channel, ArrayADC adc, int phase=0) |
|
| Digit (int det, int rob, int mcm, int channel) |
|
| Digit (const Digit &)=default |
|
Digit & | operator= (const Digit &)=default |
|
void | setROB (int rob) |
|
void | setMCM (int mcm) |
|
void | setROB (int row, int col) |
|
void | setMCM (int row, int col) |
|
void | setChannel (int channel) |
|
void | setDetector (int det) |
|
void | setADC (ArrayADC const &adc) |
|
void | setADC (const gsl::span< ADC_t > &adc) |
|
void | setPreTrigPhase (int phase) |
|
int | getDetector () const |
|
int | getHCId () const |
|
int | getPadRow () const |
|
int | getPadCol () const |
|
int | getROB () const |
|
int | getMCM () const |
|
int | getMCMCol () const |
|
int | getChannel () const |
|
int | getPreTrigPhase () const |
|
bool | isSharedDigit () const |
|
bool | isNeighbour (const Digit &other) const |
|
ArrayADC const & | getADC () const |
|
ADC_t | getADCsum () const |
|
ADC_t | getADCmax (int &idx) const |
|
ADC_t | getADCval (int tb) const |
|
bool | operator== (const Digit &o) const |
|
Definition at line 54 of file Digit.h.
◆ Digit() [1/6]
o2::trd::Digit::Digit |
( |
| ) |
|
|
default |
◆ ~Digit()
o2::trd::Digit::~Digit |
( |
| ) |
|
|
default |
◆ Digit() [2/6]
◆ Digit() [3/6]
o2::trd::Digit::Digit |
( |
int |
det, |
|
|
int |
row, |
|
|
int |
pad |
|
) |
| |
◆ Digit() [4/6]
◆ Digit() [5/6]
o2::trd::Digit::Digit |
( |
int |
det, |
|
|
int |
rob, |
|
|
int |
mcm, |
|
|
int |
channel |
|
) |
| |
◆ Digit() [6/6]
o2::trd::Digit::Digit |
( |
const Digit & |
| ) |
|
|
default |
◆ getADC()
ArrayADC const & o2::trd::Digit::getADC |
( |
| ) |
const |
|
inline |
◆ getADCmax()
ADC_t o2::trd::Digit::getADCmax |
( |
int & |
idx | ) |
const |
◆ getADCsum()
ADC_t o2::trd::Digit::getADCsum |
( |
| ) |
const |
|
inline |
◆ getADCval()
ADC_t o2::trd::Digit::getADCval |
( |
int |
tb | ) |
const |
|
inline |
◆ getChannel()
int o2::trd::Digit::getChannel |
( |
| ) |
const |
|
inline |
◆ getDetector()
int o2::trd::Digit::getDetector |
( |
| ) |
const |
|
inline |
◆ getHCId()
int o2::trd::Digit::getHCId |
( |
| ) |
const |
|
inline |
◆ getMCM()
int o2::trd::Digit::getMCM |
( |
| ) |
const |
|
inline |
◆ getMCMCol()
int o2::trd::Digit::getMCMCol |
( |
| ) |
const |
|
inline |
◆ getPadCol()
int o2::trd::Digit::getPadCol |
( |
| ) |
const |
|
inline |
◆ getPadRow()
int o2::trd::Digit::getPadRow |
( |
| ) |
const |
|
inline |
◆ getPreTrigPhase()
int o2::trd::Digit::getPreTrigPhase |
( |
| ) |
const |
|
inline |
◆ getROB()
int o2::trd::Digit::getROB |
( |
| ) |
const |
|
inline |
◆ isNeighbour()
bool o2::trd::Digit::isNeighbour |
( |
const Digit & |
other | ) |
const |
◆ isSharedDigit()
bool o2::trd::Digit::isSharedDigit |
( |
| ) |
const |
◆ operator=()
Digit & o2::trd::Digit::operator= |
( |
const Digit & |
| ) |
|
|
default |
◆ operator==()
bool o2::trd::Digit::operator== |
( |
const Digit & |
o | ) |
const |
|
inline |
◆ setADC() [1/2]
◆ setADC() [2/2]
void o2::trd::Digit::setADC |
( |
const gsl::span< ADC_t > & |
adc | ) |
|
|
inline |
◆ setChannel()
void o2::trd::Digit::setChannel |
( |
int |
channel | ) |
|
|
inline |
◆ setDetector()
void o2::trd::Digit::setDetector |
( |
int |
det | ) |
|
|
inline |
◆ setMCM() [1/2]
void o2::trd::Digit::setMCM |
( |
int |
mcm | ) |
|
|
inline |
◆ setMCM() [2/2]
◆ setPreTrigPhase()
void o2::trd::Digit::setPreTrigPhase |
( |
int |
phase | ) |
|
|
inline |
◆ setROB() [1/2]
void o2::trd::Digit::setROB |
( |
int |
rob | ) |
|
|
inline |
◆ setROB() [2/2]
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/TRD/include/DataFormatsTRD/Digit.h
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/TRD/src/Digit.cxx