![]() |
ATLAS Offline Software
|
#include <gXETOB.h>
Public Member Functions | |
| gXETOB () | |
| gXETOB (int ex, int ey, unsigned int et, inputTOBType_t tobType=NONE) | |
| gXETOB (const gXETOB &gxe) | |
| virtual | ~gXETOB () |
| int | Ex () const |
| int | Ey () const |
| unsigned int | Et () const |
| unsigned int | Et2 () const |
| double | ExDouble () const |
| double | EyDouble () const |
| double | EtDouble () const |
| void | setEx (int ex) |
| void | setEy (int ey) |
| void | setEt (unsigned int et) |
| void | setEt2 (unsigned long long et2) |
| void | setExDouble (double ex) |
| void | setEyDouble (double ey) |
| void | setEtDouble (double et) |
| virtual void | print (std::ostream &o) const |
| void | setTobType (inputTOBType_t tobType) |
| inputTOBType_t | tobType () const |
| uint32_t | roiWord () const |
| const std::string & | tobName () const |
Static Public Member Functions | |
| static gXETOB * | createOnHeap (const gXETOB &gxe) |
| static void | clearHeap () |
| static const Heap< TCS::gXETOB > & | 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} |
| unsigned long long | m_Et2 {0} |
| double | m_ExDouble {0} |
| double | m_EyDouble {0} |
| double | m_EtDouble {0} |
| inputTOBType_t | m_tobType { NONE } |
| uint32_t | m_roiWord {} |
| std::string | m_tobName |
Static Private Attributes | |
| static Heap< TCS::gXETOB > | fg_heap |
| TCS::gXETOB::gXETOB | ( | ) |
Definition at line 8 of file gXETOB.cxx.
| TCS::gXETOB::gXETOB | ( | int | ex, |
| int | ey, | ||
| unsigned int | et, | ||
| inputTOBType_t | tobType = NONE ) |
Definition at line 12 of file gXETOB.cxx.
|
default |
|
virtualdefault |
|
static |
Definition at line 33 of file gXETOB.cxx.
|
static |
Definition at line 28 of file gXETOB.cxx.
|
inline |
|
inlinestatic |
|
inlinestaticinherited |
|
virtual |
Implements TCS::BaseTOB.
Definition at line 37 of file gXETOB.cxx.
|
inline |
|
inline |
|
inline |
Definition at line 45 of file gXETOB.h.
|
inline |
Definition at line 46 of file gXETOB.h.
|
inline |
|
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 |
|
private |