![]() |
ATLAS Offline Software
|
#include <jTETOB.h>
Public Member Functions | |
| jTETOB () | |
| jTETOB (unsigned int sumEt, inputTOBType_t tobType=NONE) | |
| jTETOB (const jTETOB &jte) | |
| virtual | ~jTETOB () |
| unsigned int | sumEt () const |
| unsigned int | sumEtSideA () const |
| unsigned int | sumEtSideC () const |
| double | sumEtDouble () const |
| double | sumEtDoubleSideA () const |
| double | sumEtDoubleSideC () const |
| bool | saturationFlag () const |
| void | setSumEt (unsigned int sumEt) |
| void | setSumEtSideA (unsigned int sumEt) |
| void | setSumEtSideC (unsigned int sumEt) |
| void | setSumEtDouble (double sumEt) |
| void | setSumEtDoubleSideA (double sumEt) |
| void | setSumEtDoubleSideC (double sumEt) |
| void | setSaturationFlag (bool saturationFlag) |
| 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 jTETOB * | createOnHeap (const jTETOB &jte) |
| static void | clearHeap () |
| static const Heap< TCS::jTETOB > & | 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} |
| unsigned int | m_sumEtSideA {0} |
| unsigned int | m_sumEtSideC {0} |
| double | m_sumEtDouble {0} |
| double | m_sumEtDoubleSideA {0} |
| double | m_sumEtDoubleSideC {0} |
| bool | m_saturationFlag {false} |
| inputTOBType_t | m_tobType { NONE } |
| uint32_t | m_roiWord {} |
| std::string | m_tobName |
Static Private Attributes | |
| static Heap< TCS::jTETOB > | fg_heap |
| TCS::jTETOB::jTETOB | ( | ) |
Definition at line 8 of file jTETOB.cxx.
| TCS::jTETOB::jTETOB | ( | unsigned int | sumEt, |
| inputTOBType_t | tobType = NONE ) |
Definition at line 12 of file jTETOB.cxx.
|
default |
|
virtualdefault |
|
static |
Definition at line 31 of file jTETOB.cxx.
|
static |
Definition at line 26 of file jTETOB.cxx.
|
inlinestatic |
|
inlinestaticinherited |
|
virtual |
Implements TCS::BaseTOB.
Definition at line 35 of file jTETOB.cxx.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
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 |
|
private |