![]() |
ATLAS Offline Software
|
#include <gTETOB.h>
Public Member Functions | |
| gTETOB () | |
| gTETOB (unsigned int sumEt, inputTOBType_t tobType=NONE) | |
| gTETOB (const gTETOB >e) | |
| virtual | ~gTETOB () |
| unsigned int | sumEt () const |
| double | sumEtDouble () const |
| void | setSumEt (unsigned int sumEt) |
| void | setSumEtDouble (double sumEt) |
| 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 gTETOB * | createOnHeap (const gTETOB >e) |
| static void | clearHeap () |
| static const Heap< TCS::gTETOB > & | 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 | |
| unsigned int | m_sumEt {0} |
| double | m_sumEtDouble {0} |
| inputTOBType_t | m_tobType { NONE } |
| uint32_t | m_roiWord {} |
| std::string | m_tobName |
Static Private Attributes | |
| static Heap< TCS::gTETOB > | fg_heap |
| TCS::gTETOB::gTETOB | ( | ) |
Definition at line 8 of file gTETOB.cxx.
| TCS::gTETOB::gTETOB | ( | unsigned int | sumEt, |
| inputTOBType_t | tobType = NONE ) |
Definition at line 12 of file gTETOB.cxx.
|
default |
|
virtualdefault |
|
static |
Definition at line 31 of file gTETOB.cxx.
|
static |
Definition at line 26 of file gTETOB.cxx.
|
inlinestatic |
|
inlinestaticinherited |
|
virtual |
Implements TCS::BaseTOB.
Definition at line 35 of file gTETOB.cxx.
|
inline |
|
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.
|
inline |
|
inlineinherited |
|
inlinevirtual |
|
thread_localstaticprivate |
|
private |