![]() |
ATLAS Offline Software
|
#include <STGTPPackets.h>
Classes | |
| struct | MMSegmentData |
Public Member Functions | |
| STGTPMMPacket (const std::vector< std::uint32_t > &payload, const int ver) | |
| virtual | ~STGTPMMPacket ()=default |
| size_t | Size (const int ver) |
| const std::array< MMSegmentData, STGTPMMData::num_mm > & | Segments () const |
| const MMSegmentData & | Segment (std::size_t segment) const |
| std::uint32_t | BCID () const |
Private Attributes | |
| std::array< MMSegmentData, STGTPMMData::num_mm > | m_segmentData {} |
| std::uint32_t | m_BCID {} |
| std::uint32_t | m_valids {} |
Definition at line 18 of file STGTPPackets.h.
|
explicit |
Definition at line 38 of file STGTPPackets.cxx.
|
virtualdefault |
|
inlinenodiscard |
Definition at line 38 of file STGTPPackets.h.
|
nodiscard |
Definition at line 87 of file STGTPPackets.cxx.
|
inlinenodiscard |
Definition at line 35 of file STGTPPackets.h.
| size_t Muon::nsw::STGTPMMPacket::Size | ( | const int | ver | ) |
Definition at line 19 of file STGTPPackets.cxx.
|
private |
Definition at line 42 of file STGTPPackets.h.
|
private |
Definition at line 41 of file STGTPPackets.h.
|
private |
Definition at line 43 of file STGTPPackets.h.