![]() |
ATLAS Offline Software
|
#include <L1TopoFPGA.h>
Public Member Functions | |
| L1TopoFPGA (const uint32_t trailer1, const uint32_t trailer2) | |
| Construct from contents and decode trailers. | |
| uint32_t | fpgaTrailer1 () const |
| access methods | |
| uint32_t | fpgaTrailer2 () const |
| size_t | fpgaBlockSize () const |
| uint32_t | topoNumber () const |
| uint32_t | fpgaNumber () const |
| uint32_t | numSlices () const |
| uint32_t | sliceNumber () const |
| uint32_t | crc () const |
| bool | ct () const |
| bool | sm () 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_fpgaTrailer1 |
| variables | |
| uint32_t | m_fpgaTrailer2 |
| size_t | m_fpgaBlockSize |
| uint32_t | m_topoNumber |
| uint32_t | m_fpgaNumber |
| uint32_t | m_numSlices |
| uint32_t | m_sliceNumber |
| uint32_t | m_crc |
| bool | m_ct |
| bool | m_sm |
| bool | m_pe |
| bool | m_lm |
| bool | m_hm |
| bool | m_pt |
Definition at line 14 of file L1TopoFPGA.h.
Construct from contents and decode trailers.
Definition at line 11 of file L1TopoFPGA.cxx.
| uint32_t L1Topo::L1TopoFPGA::crc | ( | ) | const |
Definition at line 60 of file L1TopoFPGA.cxx.
| bool L1Topo::L1TopoFPGA::ct | ( | ) | const |
Definition at line 65 of file L1TopoFPGA.cxx.
|
protected |
method used by constructor to decode word
Definition at line 16 of file L1TopoFPGA.cxx.
| size_t L1Topo::L1TopoFPGA::fpgaBlockSize | ( | ) | const |
Definition at line 40 of file L1TopoFPGA.cxx.
| uint32_t L1Topo::L1TopoFPGA::fpgaNumber | ( | ) | const |
Definition at line 48 of file L1TopoFPGA.cxx.
| uint32_t L1Topo::L1TopoFPGA::fpgaTrailer1 | ( | ) | const |
| uint32_t L1Topo::L1TopoFPGA::fpgaTrailer2 | ( | ) | const |
Definition at line 36 of file L1TopoFPGA.cxx.
| bool L1Topo::L1TopoFPGA::hm | ( | ) | const |
Definition at line 81 of file L1TopoFPGA.cxx.
| bool L1Topo::L1TopoFPGA::lm | ( | ) | const |
Definition at line 77 of file L1TopoFPGA.cxx.
| uint32_t L1Topo::L1TopoFPGA::numSlices | ( | ) | const |
Definition at line 52 of file L1TopoFPGA.cxx.
| bool L1Topo::L1TopoFPGA::pe | ( | ) | const |
Definition at line 73 of file L1TopoFPGA.cxx.
| bool L1Topo::L1TopoFPGA::pt | ( | ) | const |
Definition at line 85 of file L1TopoFPGA.cxx.
| uint32_t L1Topo::L1TopoFPGA::sliceNumber | ( | ) | const |
Definition at line 56 of file L1TopoFPGA.cxx.
| bool L1Topo::L1TopoFPGA::sm | ( | ) | const |
Definition at line 69 of file L1TopoFPGA.cxx.
| uint32_t L1Topo::L1TopoFPGA::topoNumber | ( | ) | const |
Definition at line 44 of file L1TopoFPGA.cxx.
|
private |
Definition at line 48 of file L1TopoFPGA.h.
|
private |
Definition at line 50 of file L1TopoFPGA.h.
|
private |
Definition at line 42 of file L1TopoFPGA.h.
|
private |
Definition at line 45 of file L1TopoFPGA.h.
|
private |
variables
Definition at line 39 of file L1TopoFPGA.h.
|
private |
Definition at line 40 of file L1TopoFPGA.h.
|
private |
Definition at line 54 of file L1TopoFPGA.h.
|
private |
Definition at line 53 of file L1TopoFPGA.h.
|
private |
Definition at line 46 of file L1TopoFPGA.h.
|
private |
Definition at line 52 of file L1TopoFPGA.h.
|
private |
Definition at line 55 of file L1TopoFPGA.h.
|
private |
Definition at line 47 of file L1TopoFPGA.h.
|
private |
Definition at line 51 of file L1TopoFPGA.h.
|
private |
Definition at line 44 of file L1TopoFPGA.h.