ATLAS Offline Software
|
Simple wrapper around a 32-bit integer. More...
#include <SlinkWord.h>
Public Member Functions | |
SlinkWord (unsigned int word) | |
~SlinkWord () | |
unsigned int | word () const |
returns Slink word More... | |
Private Attributes | |
const unsigned int | m_slinkWord |
this is the 32bit Slink word More... | |
Simple wrapper around a 32-bit integer.
This class contains a 32bit Slink word - it is a minimal wrapping to allow storage in Athena ObjectVectors
Definition at line 22 of file SlinkWord.h.
LVL1CTP::SlinkWord::SlinkWord | ( | unsigned int | word | ) |
Definition at line 9 of file SlinkWord.cxx.
LVL1CTP::SlinkWord::~SlinkWord | ( | ) |
Definition at line 14 of file SlinkWord.cxx.
unsigned int LVL1CTP::SlinkWord::word | ( | ) | const |
|
private |
this is the 32bit Slink word
Definition at line 33 of file SlinkWord.h.