![]() |
ATLAS Offline Software
|
#include <ClusterTOB.h>
Public Member Functions | |
| ClusterTOB (uint32_t roiWord=0, std::string_view tobName="ClusterTOB") | |
| ClusterTOB (unsigned int et, unsigned int isolation, int eta, int phi, inputTOBType_t tobType=NONE, uint32_t roiWord=0, std::string_view tobName="ClusterTOB") | |
| ClusterTOB (const ClusterTOB &cluster) | |
| virtual | ~ClusterTOB () |
| unsigned int | Et () const |
| unsigned int | isolation () const |
| int | eta () const |
| int | phi () const |
| double | EtDouble () const |
| double | etaDouble () const |
| double | phiDouble () const |
| void | setEt (unsigned int et) |
| void | setIsolation (unsigned int et) |
| void | setEta (int eta) |
| void | setPhi (int phi) |
| void | setEtDouble (double et) |
| void | setEtaDouble (double eta) |
| void | setPhiDouble (double phi) |
| 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 unsigned int | nBitsEt () |
| static unsigned int | nBitsIsolation () |
| static unsigned int | nBitsEta () |
| static unsigned int | nBitsPhi () |
| static ClusterTOB * | createOnHeap (const ClusterTOB &cl) |
| static void | clearHeap () |
| static const Heap< TCS::ClusterTOB > & | 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_Et {0} |
| unsigned int | m_isolation {0} |
| int | m_eta {0} |
| int | m_phi {0} |
| double | m_EtDouble {0} |
| double | m_etaDouble {0} |
| double | m_phiDouble {0} |
| inputTOBType_t | m_tobType { NONE } |
| uint32_t | m_roiWord {} |
| std::string | m_tobName |
Static Private Attributes | |
| static const unsigned int | g_nBitsEt = 10 |
| static const unsigned int | g_nBitsIsolation = 5 |
| static const unsigned int | g_nBitsEta = 6 |
| static const unsigned int | g_nBitsPhi = 7 |
| static Heap< TCS::ClusterTOB > | fg_heap |
Definition at line 13 of file ClusterTOB.h.
| TCS::ClusterTOB::ClusterTOB | ( | uint32_t | roiWord = 0, |
| std::string_view | tobName = "ClusterTOB" ) |
Definition at line 14 of file ClusterTOB.cxx.
| TCS::ClusterTOB::ClusterTOB | ( | unsigned int | et, |
| unsigned int | isolation, | ||
| int | eta, | ||
| int | phi, | ||
| inputTOBType_t | tobType = NONE, | ||
| uint32_t | roiWord = 0, | ||
| std::string_view | tobName = "ClusterTOB" ) |
Definition at line 19 of file ClusterTOB.cxx.
|
default |
|
virtualdefault |
|
static |
Definition at line 41 of file ClusterTOB.cxx.
|
static |
Definition at line 36 of file ClusterTOB.cxx.
|
inline |
Definition at line 34 of file ClusterTOB.h.
|
inline |
Definition at line 36 of file ClusterTOB.h.
|
inline |
Definition at line 40 of file ClusterTOB.h.
|
inline |
Definition at line 39 of file ClusterTOB.h.
|
inlinestatic |
Definition at line 56 of file ClusterTOB.h.
|
inlinestaticinherited |
|
inline |
Definition at line 35 of file ClusterTOB.h.
|
inlinestatic |
Definition at line 16 of file ClusterTOB.h.
|
inlinestatic |
Definition at line 18 of file ClusterTOB.h.
|
inlinestatic |
Definition at line 17 of file ClusterTOB.h.
|
inlinestatic |
Definition at line 19 of file ClusterTOB.h.
|
inline |
Definition at line 37 of file ClusterTOB.h.
|
inline |
Definition at line 41 of file ClusterTOB.h.
|
virtual |
|
inline |
|
inline |
|
inline |
Definition at line 50 of file ClusterTOB.h.
|
inline |
Definition at line 49 of file ClusterTOB.h.
|
inline |
Definition at line 45 of file ClusterTOB.h.
|
inline |
|
inline |
Definition at line 51 of file ClusterTOB.h.
|
inline |
Definition at line 60 of file ClusterTOB.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 |
Definition at line 81 of file ClusterTOB.h.
|
staticprivate |
Definition at line 65 of file ClusterTOB.h.
|
staticprivate |
Definition at line 67 of file ClusterTOB.h.
|
staticprivate |
Definition at line 66 of file ClusterTOB.h.
|
staticprivate |
Definition at line 68 of file ClusterTOB.h.
|
private |
Definition at line 70 of file ClusterTOB.h.
|
private |
Definition at line 72 of file ClusterTOB.h.
|
private |
Definition at line 76 of file ClusterTOB.h.
|
private |
Definition at line 75 of file ClusterTOB.h.
|
private |
Definition at line 71 of file ClusterTOB.h.
|
private |
Definition at line 73 of file ClusterTOB.h.
|
private |
Definition at line 77 of file ClusterTOB.h.
|
private |
Definition at line 79 of file ClusterTOB.h.