![]() |
ATLAS Offline Software
|
Public Member Functions | |
| Builder (const CxxUtils::Array< 2 > &corr, float etamod) | |
| Constructor. Gets the correction array and the eta offset within the cell. | |
| virtual float | calculate (int energy_ndx, bool &good) const |
| Calculate the correction for tabulated energy ENERGY_NDX. | |
Private Attributes | |
| const CxxUtils::Array< 2 > | m_correction |
| Correction parameters. | |
| float | m_etamod |
| The eta offset within the cell. | |
Definition at line 121 of file CaloSwEtamod_v2.h.
| Builder::Builder | ( | const CxxUtils::Array< 2 > & | corr, |
| float | etamod ) |
Constructor. Gets the correction array and the eta offset within the cell.
|
virtual |
Calculate the correction for tabulated energy ENERGY_NDX.
|
private |
Correction parameters.
Definition at line 134 of file CaloSwEtamod_v2.h.
|
private |
The eta offset within the cell.
Definition at line 137 of file CaloSwEtamod_v2.h.