![]() |
ATLAS Offline Software
|
#include <egammaLayerRecalibTool.h>
Public Types | |
| enum | NullPoint { ZEROBASED , ONEBASED , ZEROBASED_ALPHA , ONEBASED_ALPHA , SHIFT , SCALE , SUBTRACT } |
Public Member Functions | |
| ScaleEcalorimeter (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 260 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 262 of file egammaLayerRecalibTool.h.
|
inherited |
Definition at line 129 of file egammaLayerRecalibTool.cxx.
|
privatevirtual |
Implements InputModifier.
Definition at line 192 of file egammaLayerRecalibTool.cxx.
|
privatevirtual |
Implements InputModifier.
Definition at line 200 of file egammaLayerRecalibTool.cxx.
|
privateinherited |
Definition at line 202 of file egammaLayerRecalibTool.h.