|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef AFP_SIRAWDATA_H
6 #define AFP_SIRAWDATA_H
uint32_t m_row
Value of 16-24 most significant bits.
uint16_t m_column
Value of 9-15 most significant bits.
void setColumn(const uint16_t column)
Class representing data record for silicon detectors.
uint16_t column() const
Value of 9-15 most significant bits.
void setRow(const uint32_t row)
void setTimeOverThreshold(const uint16_t timeOverThreshold)
Base class representing first 8 bits in a record in bytestream.
uint16_t timeOverThreshold() const
Value of eight least significant bits.
uint32_t row() const
Value of 16-24 most significant bits.
uint16_t m_timeOverThreshold
Value of eight least significant bits.