Base class representing first 8 bits in a record in bytestream.
Class representing data record for silicon detectors.
uint16_t m_timeOverThreshold
Value of eight least significant bits.
uint16_t m_column
Value of 9-15 most significant bits.
void setTimeOverThreshold(const uint16_t timeOverThreshold)
void setColumn(const uint16_t column)
uint32_t m_row
Value of 16-24 most significant bits.
uint16_t column() const
Value of 9-15 most significant bits.
uint32_t row() const
Value of 16-24 most significant bits.
void setRow(const uint32_t row)
uint16_t timeOverThreshold() const
Value of eight least significant bits.