|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef AFP_RAWCOLLECTIONHEAD_H
6 #define AFP_RAWCOLLECTIONHEAD_H
uint16_t link() const
Value of 5-8 most significant bits.
Class represnting header record in bytestream.
void setRobId(const uint32_t robId)
void setBcId(const uint16_t bcId)
uint32_t frontendFlag() const
Value of the 16 least significant bit.
uint32_t m_frontendFlag
Value of the 16 least significant bit.
uint16_t m_link
Value of 5-8 most significant bits.
uint32_t robId() const
ROB in from which the collection was read.
uint16_t m_lvl1Id
Value of 11-15 least significant bits.
uint16_t m_bcId
Value of 10 least significant bits.
void setLvl1Id(const uint16_t lvl1Id)
uint16_t bcId() const
Value of 10 least significant bits.
uint32_t m_robId
ROB in from which the collection was read.
uint16_t lvl1Id() const
Value of 11-15 least significant bits.
void setFrontendFlag(const uint32_t flag)
void setLink(const uint16_t link)