|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef AFP_TOFRAWDATA_V1_H
6 #define AFP_TOFRAWDATA_V1_H
uint32_t pulseLength() const
Value of 11-16 least significant bits.
uint32_t m_time
Value of 10 least significant bits.
void setEdge(const uint16_t edge)
void setChannel(const uint16_t channel)
Class representing data record for time-of-flight detectors.
uint32_t time() const
Value of 10 least significant bits.
void setPulseLength(const uint32_t pulseLength)
uint16_t m_channel
Value of 13-17 most significant bits.
void setHeader(const uint16_t header)
uint16_t channel() const
Value of 13-17 most significant bits.
uint16_t edge() const
Value of 12 most significant bit.
uint16_t m_edge
Value of 12 most significant bit.
void setTime(const uint32_t time)
uint16_t m_header
Value of 9-11 most significant bits.
uint32_t m_pulseLength
Value of 11-16 least significant bits.
Base class representing first 8 bits in a record in bytestream.
uint16_t header() const
Value of 9-11 most significant bits.