![]() |
ATLAS Offline Software
|
#include <MetTOB.h>
Public Member Functions | |
| MetTOB () | |
| MetTOB (int ex, int ey, unsigned int et) | |
| MetTOB (const MetTOB &met) | |
| virtual | ~MetTOB () |
| int | Ex () const |
| int | Ey () const |
| unsigned int | Et () const |
| double | ExDouble () const |
| double | EyDouble () const |
| double | EtDouble () const |
| void | setEx (int ex) |
| void | setEy (int ey) |
| void | setEt (unsigned int et) |
| void | setExDouble (double ex) |
| void | setEyDouble (double ey) |
| void | setEtDouble (double et) |
| inputTOBType_t | tobType () const |
| virtual void | print (std::ostream &o) const |
| uint32_t | roiWord () const |
| const std::string & | tobName () const |
Static Public Member Functions | |
| static unsigned int | nBitsEx () |
| static unsigned int | nBitsEy () |
| static unsigned int | nBitsEt () |
| static MetTOB * | createOnHeap (const MetTOB &cl) |
| static void | clearHeap () |
| static const Heap< TCS::MetTOB > & | heap () |
| static size_t | instances () |
Protected Member Functions | |
| int | sizeCheck (int value, unsigned int size) const |
| unsigned int | sizeCheck (unsigned int value, unsigned int size) const |
| int | sizeCheckM (int value, unsigned int size) const |
Private Attributes | |
| int | m_Ex {0} |
| int | m_Ey {0} |
| unsigned int | m_Et {0} |
| double | m_ExDouble {0} |
| double | m_EyDouble {0} |
| double | m_EtDouble {0} |
| uint32_t | m_roiWord {} |
| std::string | m_tobName |
Static Private Attributes | |
| static const unsigned int | g_nBitsEx = 15 |
| static const unsigned int | g_nBitsEy = 15 |
| static const unsigned int | g_nBitsEt = 15 |
| static Heap< TCS::MetTOB > | fg_heap |
| TCS::MetTOB::MetTOB | ( | ) |
Definition at line 12 of file MetTOB.cxx.
| TCS::MetTOB::MetTOB | ( | int | ex, |
| int | ey, | ||
| unsigned int | et ) |
Definition at line 16 of file MetTOB.cxx.
| TCS::MetTOB::MetTOB | ( | const MetTOB & | met | ) |
|
virtualdefault |
|
static |
Definition at line 38 of file MetTOB.cxx.
|
static |
Definition at line 33 of file MetTOB.cxx.
|
inline |
|
inlinestatic |
|
inlinestaticinherited |
|
virtual |
|
inline |
Definition at line 47 of file MetTOB.h.
|
inline |
Definition at line 48 of file MetTOB.h.
|
protectedinherited |
Definition at line 32 of file BaseTOB.cxx.
|
protectedinherited |
Definition at line 44 of file BaseTOB.cxx.
|
protectedinherited |
Definition at line 19 of file BaseTOB.cxx.
|
inlineinherited |
|
inlinevirtual |
|
thread_localstaticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |