![]() |
ATLAS Offline Software
|
#include <jEmTOB.h>
Public Member Functions | |
| jEmTOB (uint32_t roiWord=0, std::string_view tobName="jEm") | |
| jEmTOB (const jEmTOB &cluster) | |
| jEmTOB (unsigned int Et, int eta, unsigned phi, uint32_t roiWord=0, std::string_view tobName="jEmTOB") | |
| virtual | ~jEmTOB () |
| unsigned int | Et () const |
| int | eta () const |
| unsigned | phi () const |
| double | EtDouble () const |
| double | etaDouble () const |
| double | phiDouble () const |
| unsigned int | isolation () const |
| unsigned int | frac1 () const |
| unsigned int | frac2 () const |
| void | setEt (int et) |
| void | setEta (int eta) |
| void | setPhi (int phi) |
| void | setEtDouble (double et) |
| void | setEtaDouble (double eta) |
| void | setPhiDouble (double phi) |
| void | setIsolation (unsigned int isolation) |
| void | setFrac1 (unsigned int frac1) |
| void | setFrac2 (unsigned int frac2) |
| void | setTobType (inputTOBType_t tobType) |
| inputTOBType_t | tobType () const |
| uint32_t | roiWord () const |
| const std::string & | tobName () const |
Static Public Member Functions | |
| static jEmTOB * | createOnHeap (const jEmTOB &cluster) |
| static void | clearHeap () |
| static const Heap< TCS::jEmTOB > & | 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 Member Functions | |
| virtual void | print (std::ostream &o) const |
Private Attributes | |
| unsigned int | m_Et { 0 } |
| int | m_eta { 0 } |
| unsigned | m_phi { 0 } |
| double | m_EtDouble { 0 } |
| double | m_etaDouble { 0 } |
| double | m_phiDouble { 0 } |
| unsigned int | m_isolation { 0 } |
| unsigned int | m_frac1 { 0 } |
| unsigned int | m_frac2 { 0 } |
| inputTOBType_t | m_tobType { NONE } |
| uint32_t | m_roiWord {} |
| std::string | m_tobName |
Static Private Attributes | |
| static Heap< TCS::jEmTOB > | fg_heap |
| TCS::jEmTOB::jEmTOB | ( | uint32_t | roiWord = 0, |
| std::string_view | tobName = "jEm" ) |
Definition at line 10 of file jEmTOB.cxx.
|
default |
| TCS::jEmTOB::jEmTOB | ( | unsigned int | Et, |
| int | eta, | ||
| unsigned | phi, | ||
| uint32_t | roiWord = 0, | ||
| std::string_view | tobName = "jEmTOB" ) |
Definition at line 15 of file jEmTOB.cxx.
|
virtualdefault |
|
static |
Definition at line 33 of file jEmTOB.cxx.
|
static |
Definition at line 28 of file jEmTOB.cxx.
|
inline |
|
inlinestatic |
|
inlinestaticinherited |
|
inline |
|
privatevirtual |
Implements TCS::BaseTOB.
Definition at line 38 of file jEmTOB.cxx.
|
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.
|
inlineinherited |
|
inlinevirtual |
|
thread_localstaticprivate |
|
private |
|
private |