ATLAS Offline Software
|
#include <TrigTauClusterDetails.h>
Public Member Functions | |
TrigTauClusterDetails () | |
Constructor, please note the default values More... | |
~TrigTauClusterDetails () | |
Destructor More... | |
TrigTauClusterDetails (const TrigTauClusterDetails *trigemcluster) | |
Copy Pointer Constructor More... | |
void | print (void) const |
Prints out cluster variables to std::cout More... | |
void | print (MsgStream &log) const |
Prints out cluster variables to MsgStream More... | |
void | setEMRadius (int samp, float emradius) |
set EM Radius per sampling More... | |
void | setHADRadius (int samp, float hadradius) |
set HAD Radius per sampling More... | |
void | setEMenergyWidth (int samp, float stripwidth) |
set Width in EM samplings More... | |
void | setHADenergyWidth (int samp, float stripwidth) |
set Width in HAD samplings More... | |
void | setEMenergyWide (int samp, float e) |
set EM Energy in the mormalization region (0.3x0.3) More... | |
void | setEMenergyMedium (int samp, float e) |
set EM Energy in the wide region (0.2x0.2) More... | |
void | setEMenergyNarrow (int samp, float e) |
set EM Energy in the narrow region (0.1x0.1) More... | |
void | setHADenergyWide (int samp, float e) |
set HAD Energy in the mormalization region (0.3x0.3) More... | |
void | setHADenergyMedium (int samp, float e) |
set HAD Energy in the wide region (0.2x0.2) More... | |
void | setHADenergyNarrow (int samp, float e) |
set HAD Energy in the narrow region (0.1x0.1) More... | |
float | EMRadius (int samp) const |
get EM Radius per sampling More... | |
float | HADRadius (int samp) const |
get HAD Radius per sampling More... | |
float | EMenergyWidth (int samp) const |
get Width in EM samplings More... | |
float | HADenergyWidth (int samp) const |
get Width in HAD samplings More... | |
float | EMenergyWide (int samp) const |
get EM Energy in the mormalization region (0.3x0.3) More... | |
float | EMenergyMedium (int samp) const |
get EM Energy in the wide region (0.2x0.2) More... | |
float | EMenergyNarrow (int samp) const |
get EM Energy in the narrow region (0.1x0.1) More... | |
float | HADenergyWide (int samp) const |
get HAD Energy in the normalization region (0.3x0.3) More... | |
float | HADenergyMedium (int samp) const |
get HAD Energy in the wide region (0.2x0.2) More... | |
float | HADenergyNarrow (int samp) const |
get HAD Energy in the narrow region (0.1x0.1) More... | |
Private Attributes | |
float | m_EMRadius [NUMEMSAMP] |
EM Radius per sampling. More... | |
float | m_HADRadius [NUMHADSAMP] |
HAD Radius per sampling. More... | |
float | m_EMenergyWidth [NUMEMSAMP] |
Width in EM samplings. More... | |
float | m_HADenergyWidth [NUMHADSAMP] |
Width in HAD samplings. More... | |
float | m_EMenergyWide [NUMEMSAMP] |
EM Energy in the mormalization region (0.3x0.3) More... | |
float | m_EMenergyMedium [NUMEMSAMP] |
EM Energy in the wide region (0.2x0.2) More... | |
float | m_EMenergyNarrow [NUMEMSAMP] |
EM Energy in the narrow region (0.1x0.1) More... | |
float | m_HADenergyWide [NUMHADSAMP] |
HAD Energy in the normalization region (0.3x0.3) More... | |
float | m_HADenergyMedium [NUMHADSAMP] |
HAD Energy in the wide region (0.2x0.2) More... | |
float | m_HADenergyNarrow [NUMHADSAMP] |
HAD Energy in the narrow region (0.1x0.1) More... | |
Definition at line 30 of file TrigTauClusterDetails.h.
TrigTauClusterDetails::TrigTauClusterDetails | ( | ) |
Constructor, please note the default values
Definition at line 18 of file TrigTauClusterDetails.cxx.
TrigTauClusterDetails::~TrigTauClusterDetails | ( | ) |
TrigTauClusterDetails::TrigTauClusterDetails | ( | const TrigTauClusterDetails * | trigemcluster | ) |
|
inline |
|
inline |
|
inline |
get EM Energy in the mormalization region (0.3x0.3)
Definition at line 91 of file TrigTauClusterDetails.h.
|
inline |
|
inline |
|
inline |
|
inline |
get HAD Energy in the narrow region (0.1x0.1)
Definition at line 102 of file TrigTauClusterDetails.h.
|
inline |
get HAD Energy in the normalization region (0.3x0.3)
Definition at line 98 of file TrigTauClusterDetails.h.
|
inline |
|
inline |
void TrigTauClusterDetails::print | ( | MsgStream & | log | ) | const |
void TrigTauClusterDetails::print | ( | void | ) | const |
|
inline |
|
inline |
|
inline |
set EM Energy in the mormalization region (0.3x0.3)
Definition at line 60 of file TrigTauClusterDetails.h.
|
inline |
|
inline |
|
inline |
|
inline |
set HAD Energy in the narrow region (0.1x0.1)
Definition at line 75 of file TrigTauClusterDetails.h.
|
inline |
set HAD Energy in the mormalization region (0.3x0.3)
Definition at line 69 of file TrigTauClusterDetails.h.
|
inline |
|
inline |
|
private |
EM Energy in the wide region (0.2x0.2)
Definition at line 119 of file TrigTauClusterDetails.h.
|
private |
EM Energy in the narrow region (0.1x0.1)
Definition at line 121 of file TrigTauClusterDetails.h.
|
private |
EM Energy in the mormalization region (0.3x0.3)
Definition at line 117 of file TrigTauClusterDetails.h.
|
private |
Width in EM samplings.
Definition at line 112 of file TrigTauClusterDetails.h.
|
private |
EM Radius per sampling.
Definition at line 108 of file TrigTauClusterDetails.h.
|
private |
HAD Energy in the wide region (0.2x0.2)
Definition at line 126 of file TrigTauClusterDetails.h.
|
private |
HAD Energy in the narrow region (0.1x0.1)
Definition at line 128 of file TrigTauClusterDetails.h.
|
private |
HAD Energy in the normalization region (0.3x0.3)
Definition at line 124 of file TrigTauClusterDetails.h.
|
private |
Width in HAD samplings.
Definition at line 114 of file TrigTauClusterDetails.h.
|
private |
HAD Radius per sampling.
Definition at line 110 of file TrigTauClusterDetails.h.