![]() |
ATLAS Offline Software
|
#include <L1TopoROD.h>
Public Member Functions | |
| L1TopoROD (const uint32_t trailer1, const uint32_t trailer2) | |
| Construct from contents and decode trailers. | |
| uint32_t | rodTrailer1 () const |
| access methods | |
| uint32_t | rodTrailer2 () const |
| uint32_t | shelf () const |
| uint32_t | rod () const |
| uint32_t | linkErrMap () const |
| uint32_t | payloadLength () const |
| uint32_t | crc () const |
| bool | linkErrs () const |
| bool | ct () const |
| bool | pc () const |
| bool | hc () const |
| bool | pe () const |
| bool | lm () const |
| bool | hm () const |
| bool | pt () const |
Protected Member Functions | |
| void | decode () |
| method used by constructor to decode word | |
Private Attributes | |
| uint32_t | m_rodTrailer1 |
| variables | |
| uint32_t | m_rodTrailer2 |
| uint32_t | m_shelf |
| uint32_t | m_rod |
| uint32_t | m_linkErrMap |
| uint32_t | m_payloadLength |
| uint32_t | m_crc |
| bool | m_linkErrs |
| bool | m_ct |
| bool | m_pc |
| bool | m_hc |
| bool | m_pe |
| bool | m_lm |
| bool | m_hm |
| bool | m_pt |
Definition at line 14 of file L1TopoROD.h.
Construct from contents and decode trailers.
Definition at line 11 of file L1TopoROD.cxx.
| uint32_t L1Topo::L1TopoROD::crc | ( | ) | const |
Definition at line 57 of file L1TopoROD.cxx.
| bool L1Topo::L1TopoROD::ct | ( | ) | const |
Definition at line 65 of file L1TopoROD.cxx.
|
protected |
method used by constructor to decode word
Definition at line 16 of file L1TopoROD.cxx.
| bool L1Topo::L1TopoROD::hc | ( | ) | const |
Definition at line 73 of file L1TopoROD.cxx.
| bool L1Topo::L1TopoROD::hm | ( | ) | const |
Definition at line 85 of file L1TopoROD.cxx.
| uint32_t L1Topo::L1TopoROD::linkErrMap | ( | ) | const |
Definition at line 49 of file L1TopoROD.cxx.
| bool L1Topo::L1TopoROD::linkErrs | ( | ) | const |
Definition at line 61 of file L1TopoROD.cxx.
| bool L1Topo::L1TopoROD::lm | ( | ) | const |
Definition at line 81 of file L1TopoROD.cxx.
| uint32_t L1Topo::L1TopoROD::payloadLength | ( | ) | const |
Definition at line 53 of file L1TopoROD.cxx.
| bool L1Topo::L1TopoROD::pc | ( | ) | const |
Definition at line 69 of file L1TopoROD.cxx.
| bool L1Topo::L1TopoROD::pe | ( | ) | const |
Definition at line 77 of file L1TopoROD.cxx.
| bool L1Topo::L1TopoROD::pt | ( | ) | const |
Definition at line 89 of file L1TopoROD.cxx.
| uint32_t L1Topo::L1TopoROD::rod | ( | ) | const |
Definition at line 45 of file L1TopoROD.cxx.
| uint32_t L1Topo::L1TopoROD::rodTrailer1 | ( | ) | const |
| uint32_t L1Topo::L1TopoROD::rodTrailer2 | ( | ) | const |
Definition at line 37 of file L1TopoROD.cxx.
| uint32_t L1Topo::L1TopoROD::shelf | ( | ) | const |
Definition at line 41 of file L1TopoROD.cxx.
|
private |
Definition at line 48 of file L1TopoROD.h.
|
private |
Definition at line 50 of file L1TopoROD.h.
|
private |
Definition at line 52 of file L1TopoROD.h.
|
private |
Definition at line 55 of file L1TopoROD.h.
|
private |
Definition at line 45 of file L1TopoROD.h.
|
private |
Definition at line 49 of file L1TopoROD.h.
|
private |
Definition at line 54 of file L1TopoROD.h.
|
private |
Definition at line 46 of file L1TopoROD.h.
|
private |
Definition at line 51 of file L1TopoROD.h.
|
private |
Definition at line 53 of file L1TopoROD.h.
|
private |
Definition at line 56 of file L1TopoROD.h.
|
private |
Definition at line 44 of file L1TopoROD.h.
|
private |
variables
Definition at line 40 of file L1TopoROD.h.
|
private |
Definition at line 41 of file L1TopoROD.h.
|
private |
Definition at line 43 of file L1TopoROD.h.