![]() |
ATLAS Offline Software
|
#include <STGTPPackets.h>
Classes | |
| struct | SegmentData |
Public Member Functions | |
| STGTPSegmentPacket (const std::vector< std::uint32_t > &payload, const int ver) | |
| virtual | ~STGTPSegmentPacket ()=default |
| std::uint32_t | LUT_ChoiceSelection () const |
| std::uint32_t | NSW_SegmentSelector () const |
| std::uint32_t | ValidSegmentSelector () const |
| const std::array< SegmentData, STGTPSegments::num_segments > & | Segments () const |
| const SegmentData & | Segment (std::size_t segment) const |
| std::uint32_t | BCID () const |
| std::uint32_t | SectorID () const |
Private Member Functions | |
| size_t | Size (const int ver) |
Private Attributes | |
| std::uint32_t | m_lut_choice {} |
| std::uint32_t | m_nsw_segment_selector {} |
| std::uint32_t | m_valid_segment_selector {} |
| std::array< SegmentData, STGTPSegments::num_segments > | m_segmentData {} |
| std::uint32_t | m_BCID {} |
| std::uint32_t | m_sectorID {} |
Definition at line 66 of file STGTPPackets.h.
|
explicit |
Definition at line 171 of file STGTPPackets.cxx.
|
virtualdefault |
|
inlinenodiscard |
Definition at line 88 of file STGTPPackets.h.
|
inlinenodiscard |
Definition at line 81 of file STGTPPackets.h.
|
inlinenodiscard |
Definition at line 82 of file STGTPPackets.h.
|
inlinenodiscard |
Definition at line 89 of file STGTPPackets.h.
|
nodiscard |
Definition at line 218 of file STGTPPackets.cxx.
|
inlinenodiscard |
Definition at line 85 of file STGTPPackets.h.
|
private |
Definition at line 151 of file STGTPPackets.cxx.
|
inlinenodiscard |
Definition at line 83 of file STGTPPackets.h.
|
private |
Definition at line 98 of file STGTPPackets.h.
|
private |
Definition at line 92 of file STGTPPackets.h.
|
private |
Definition at line 93 of file STGTPPackets.h.
|
private |
Definition at line 99 of file STGTPPackets.h.
|
private |
Definition at line 96 of file STGTPPackets.h.
|
private |
Definition at line 94 of file STGTPPackets.h.