This is the complete list of members for o2::trd::CompressedDigit, including all inherited members.
CompressedDigit()=default | o2::trd::CompressedDigit | |
CompressedDigit(const int det, const int rob, const int mcm, const int channel, const std::array< uint16_t, constants::TIMEBINS > &adc) | o2::trd::CompressedDigit | |
CompressedDigit(const int det, const int rob, const int mcm, const int channel) | o2::trd::CompressedDigit | |
CompressedDigit(const CompressedDigit &)=default | o2::trd::CompressedDigit | |
getADCsum() const | o2::trd::CompressedDigit | inline |
getChannel() const | o2::trd::CompressedDigit | inline |
getDetector() const | o2::trd::CompressedDigit | inline |
getMCM() const | o2::trd::CompressedDigit | inline |
getROB() const | o2::trd::CompressedDigit | inline |
isSharedCompressedDigit() const | o2::trd::CompressedDigit | |
operator=(const CompressedDigit &)=default | o2::trd::CompressedDigit | |
operator[](const int index) | o2::trd::CompressedDigit | inline |
setADC(std::array< uint16_t, constants::TIMEBINS > const &adcs) | o2::trd::CompressedDigit | inline |
setADCi(int index, uint16_t adcvalue) | o2::trd::CompressedDigit | inline |
setChannel(int channel) | o2::trd::CompressedDigit | inline |
setDetector(int det) | o2::trd::CompressedDigit | inline |
setMCM(int mcm) | o2::trd::CompressedDigit | inline |
setROB(int rob) | o2::trd::CompressedDigit | inline |
~CompressedDigit()=default | o2::trd::CompressedDigit | |