![]() |
ATLAS Offline Software
|
#include <eEmTOB.h>
Public Member Functions | |
| eEmTOB (uint32_t roiWord=0, std::string_view tobName="eEmTOB") | |
| eEmTOB (unsigned int et, int eta, unsigned int phi, inputTOBType_t tobType=NONE, uint32_t roiWord=0, const std::string_view tobName="eEmTOB") | |
| eEmTOB (const eEmTOB &eem) | |
| virtual | ~eEmTOB () |
| unsigned int | Et () const |
| int | eta () const |
| unsigned int | phi () const |
| double | EtDouble () const |
| double | etaDouble () const |
| double | phiDouble () const |
| unsigned int | Reta () const |
| unsigned int | Rhad () const |
| unsigned int | Wstot () const |
| void | setEt (unsigned int et) |
| void | setEta (int eta) |
| void | setPhi (unsigned int phi) |
| void | setEtDouble (double et) |
| void | setEtaDouble (double eta) |
| void | setPhiDouble (double phi) |
| void | setReta (unsigned int th) |
| void | setRhad (unsigned int th) |
| void | setWstot (unsigned int th) |
| 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 | nBitsEta () |
| static unsigned int | nBitsPhi () |
| static eEmTOB * | createOnHeap (const eEmTOB &eem) |
| static void | clearHeap () |
| static const Heap< TCS::eEmTOB > & | 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} |
| int | m_eta {0} |
| unsigned int | m_phi {0} |
| double | m_EtDouble {0} |
| double | m_etaDouble {0} |
| double | m_phiDouble {0} |
| unsigned int | m_reta {0} |
| unsigned int | m_rhad {0} |
| unsigned int | m_wstot {0} |
| inputTOBType_t | m_tobType { NONE } |
| uint32_t | m_roiWord {} |
| std::string | m_tobName |
Static Private Attributes | |
| static const unsigned int | g_nBitsEt = 13 |
| static const unsigned int | g_nBitsEta = 9 |
| static const unsigned int | g_nBitsPhi = 7 |
| static Heap< TCS::eEmTOB > | fg_heap |
Definition at line 13 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
| TCS::eEmTOB::eEmTOB | ( | uint32_t | roiWord = 0, |
| std::string_view | tobName = "eEmTOB" ) |
Definition at line 13 of file L1Topo/L1TopoEvent/Root/eEmTOB.cxx.
| TCS::eEmTOB::eEmTOB | ( | unsigned int | et, |
| int | eta, | ||
| unsigned int | phi, | ||
| inputTOBType_t | tobType = NONE, | ||
| uint32_t | roiWord = 0, | ||
| const std::string_view | tobName = "eEmTOB" ) |
Definition at line 18 of file L1Topo/L1TopoEvent/Root/eEmTOB.cxx.
|
default |
|
virtualdefault |
|
static |
Definition at line 39 of file L1Topo/L1TopoEvent/Root/eEmTOB.cxx.
|
static |
Definition at line 34 of file L1Topo/L1TopoEvent/Root/eEmTOB.cxx.
|
inline |
Definition at line 33 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
inline |
Definition at line 34 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
inline |
Definition at line 38 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
inline |
Definition at line 37 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
inlinestatic |
Definition at line 61 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
inlinestaticinherited |
|
inlinestatic |
Definition at line 16 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
inlinestatic |
Definition at line 17 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
inlinestatic |
Definition at line 18 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
inline |
Definition at line 35 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
inline |
Definition at line 39 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
virtual |
|
inline |
Definition at line 41 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
inline |
Definition at line 42 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
inline |
|
inline |
|
inline |
Definition at line 51 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
inline |
Definition at line 50 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
inline |
|
inline |
Definition at line 52 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
inline |
Definition at line 54 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
inline |
Definition at line 55 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
inline |
Definition at line 65 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
inline |
Definition at line 56 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.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 |
|
inline |
Definition at line 43 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
thread_localstaticprivate |
Definition at line 88 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
staticprivate |
Definition at line 70 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
staticprivate |
Definition at line 71 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
staticprivate |
Definition at line 72 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
private |
Definition at line 74 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
private |
Definition at line 75 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
private |
Definition at line 79 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
private |
Definition at line 78 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
private |
Definition at line 76 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
private |
Definition at line 80 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
private |
Definition at line 82 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
private |
Definition at line 83 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
private |
Definition at line 86 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.
|
private |
Definition at line 84 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOB.h.