![]() |
ATLAS Offline Software
|
#include <egammaLayerRecalibTool.h>
Public Types | |
| enum | NullPoint { ZEROBASED , ONEBASED , ZEROBASED_ALPHA , ONEBASED_ALPHA , SHIFT , SCALE , SUBTRACT } |
Public Member Functions | |
| ScaleE3 (NullPoint base) | |
| CP::CorrectionCode | operator() (StdCalibrationInputs &, float amount) const |
Private Member Functions | |
| virtual void | scale_inputs (StdCalibrationInputs &, float amount) const |
| virtual void | shift_inputs (StdCalibrationInputs &, float amount) const |
Private Attributes | |
| NullPoint | m_base {} |
Definition at line 233 of file egammaLayerRecalibTool.h.
|
inherited |
| Enumerator | |
|---|---|
| ZEROBASED | |
| ONEBASED | |
| ZEROBASED_ALPHA | |
| ONEBASED_ALPHA | |
| SHIFT | |
| SCALE | |
| SUBTRACT | |
Definition at line 192 of file egammaLayerRecalibTool.h.
|
inline |
Definition at line 235 of file egammaLayerRecalibTool.h.
|
inherited |
Definition at line 129 of file egammaLayerRecalibTool.cxx.
|
privatevirtual |
Implements InputModifier.
Definition at line 148 of file egammaLayerRecalibTool.cxx.
|
privatevirtual |
Implements InputModifier.
Definition at line 153 of file egammaLayerRecalibTool.cxx.
|
privateinherited |
Definition at line 202 of file egammaLayerRecalibTool.h.