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) | |
ScaleEcalorimeter * | clone () const |
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 306 of file egammaLayerRecalibTool.h.
|
inherited |
Enumerator | |
---|---|
ZEROBASED | |
ONEBASED | |
ZEROBASED_ALPHA | |
ONEBASED_ALPHA | |
SHIFT | |
SCALE | |
SUBTRACT |
Definition at line 231 of file egammaLayerRecalibTool.h.
|
inline |
Definition at line 308 of file egammaLayerRecalibTool.h.
|
inlinevirtual |
|
inherited |
Definition at line 130 of file egammaLayerRecalibTool.cxx.
|
privatevirtual |
Implements InputModifier.
Definition at line 193 of file egammaLayerRecalibTool.cxx.
|
privatevirtual |
Implements InputModifier.
Definition at line 201 of file egammaLayerRecalibTool.cxx.
|
privateinherited |
Definition at line 242 of file egammaLayerRecalibTool.h.