ATLAS Offline Software
|
Helper, used to calculate the values of the energy interpolation table. More...
#include <CaloClusterCorrectionCommon.h>
Public Member Functions | |
virtual | ~TableBuilder () |
virtual float | calculate (int energy_ndx, bool &good) const =0 |
Calculate the correction for tabulated energy energy_ndx . More... | |
Helper, used to calculate the values of the energy interpolation table.
Definition at line 126 of file CaloClusterCorrectionCommon.h.
|
inlinevirtual |
Definition at line 129 of file CaloClusterCorrectionCommon.h.
|
pure virtual |
Calculate the correction for tabulated energy energy_ndx
.
If successful, set good
to true; otherwise, set it to false.
Implemented in CaloSwPhimod_v2::Builder, CaloSwEtamod_v2::Builder, CaloSwPhioff_v2::Builder, and EgammaSshapeCalibration::Builder.