![]() |
ATLAS Offline Software
|
#include <egammaLayerRecalibTool.h>
Public Types | |
| enum | NullPoint { ZEROBASED , ONEBASED , ZEROBASED_ALPHA , ONEBASED_ALPHA , SHIFT , SCALE , SUBTRACT } |
Public Member Functions | |
| InputModifier (NullPoint base) | |
| CP::CorrectionCode | operator() (StdCalibrationInputs &, float amount) const |
| virtual | ~InputModifier () |
Private Member Functions | |
| InputModifier () | |
| virtual void | scale_inputs (StdCalibrationInputs &, float amount) const =0 |
| virtual void | shift_inputs (StdCalibrationInputs &, float amount) const =0 |
Private Attributes | |
| NullPoint | m_base {} |
Definition at line 190 of file egammaLayerRecalibTool.h.
| Enumerator | |
|---|---|
| ZEROBASED | |
| ONEBASED | |
| ZEROBASED_ALPHA | |
| ONEBASED_ALPHA | |
| SHIFT | |
| SCALE | |
| SUBTRACT | |
Definition at line 192 of file egammaLayerRecalibTool.h.
|
inline |
Definition at line 194 of file egammaLayerRecalibTool.h.
|
inlinevirtual |
Definition at line 196 of file egammaLayerRecalibTool.h.
|
inlineprivate |
Definition at line 198 of file egammaLayerRecalibTool.h.
| CP::CorrectionCode InputModifier::operator() | ( | StdCalibrationInputs & | inputs, |
| float | amount ) const |
Definition at line 129 of file egammaLayerRecalibTool.cxx.
|
privatepure virtual |
Implemented in ScaleE0, ScaleE1, ScaleE1overE2, ScaleE2, ScaleE3, ScaleEaccordion, and ScaleEcalorimeter.
|
privatepure virtual |
Implemented in ScaleE0, ScaleE1, ScaleE1overE2, ScaleE2, ScaleE3, ScaleEaccordion, and ScaleEcalorimeter.
|
private |
Definition at line 202 of file egammaLayerRecalibTool.h.