![]() |
ATLAS Offline Software
|
#include <STGTPPackets.h>
Public Member Functions | |
| STGTPStripPacket (const std::vector< std::uint32_t > &payload, const int ver) | |
| virtual | ~STGTPStripPacket ()=default |
| const std::array< std::uint32_t, STGTPStrips::num_strips > & | Strips () const |
| std::uint32_t | Strip (std::size_t strip) const |
| const std::array< std::uint32_t, STGTPStrips::num_offsets > & | Offsets () const |
| std::uint32_t | Offset (std::size_t offset) const |
| std::uint32_t | PhiIdValue () const |
| std::uint32_t | PhiIdSign () const |
| std::uint32_t | BandId () const |
| std::uint32_t | BCID () const |
Private Member Functions | |
| size_t | Size (const int ver) |
Private Attributes | |
| std::array< std::uint32_t, STGTPStrips::num_strips > | m_stripData {} |
| std::array< std::uint32_t, STGTPStrips::num_offsets > | m_offsets {} |
| std::uint32_t | m_phiIdValue {} |
| std::uint32_t | m_phiIdSign {} |
| std::uint32_t | m_bandId {} |
| std::uint32_t | m_BCID {} |
Definition at line 103 of file STGTPPackets.h.
|
explicit |
Definition at line 247 of file STGTPPackets.cxx.
|
virtualdefault |
|
inlinenodiscard |
Definition at line 116 of file STGTPPackets.h.
|
inlinenodiscard |
Definition at line 117 of file STGTPPackets.h.
|
nodiscard |
Definition at line 288 of file STGTPPackets.cxx.
|
inlinenodiscard |
Definition at line 111 of file STGTPPackets.h.
|
inlinenodiscard |
Definition at line 115 of file STGTPPackets.h.
|
inlinenodiscard |
Definition at line 114 of file STGTPPackets.h.
|
private |
Definition at line 227 of file STGTPPackets.cxx.
|
nodiscard |
Definition at line 280 of file STGTPPackets.cxx.
|
inlinenodiscard |
Definition at line 109 of file STGTPPackets.h.
|
private |
Definition at line 124 of file STGTPPackets.h.
|
private |
Definition at line 125 of file STGTPPackets.h.
|
private |
Definition at line 121 of file STGTPPackets.h.
|
private |
Definition at line 123 of file STGTPPackets.h.
|
private |
Definition at line 122 of file STGTPPackets.h.
|
private |
Definition at line 120 of file STGTPPackets.h.