#include <egammaLayerRecalibTool.h>
Definition at line 286 of file egammaLayerRecalibTool.h.
◆ NullPoint
Enumerator |
---|
ZEROBASED | |
ONEBASED | |
ZEROBASED_ALPHA | |
ONEBASED_ALPHA | |
SHIFT | |
SCALE | |
SUBTRACT | |
Definition at line 231 of file egammaLayerRecalibTool.h.
◆ ScaleE1overE2()
ScaleE1overE2::ScaleE1overE2 |
( |
NullPoint |
base | ) |
|
|
inline |
◆ clone()
◆ operator()()
◆ scale_inputs()
Implements InputModifier.
Definition at line 157 of file egammaLayerRecalibTool.cxx.
159 const double Es1 =
inputs.E1raw;
160 const double Es2 =
inputs.E2raw;
161 if (Es1 == 0 and Es2 == 0) {
166 const double sum = Es1 + Es2;
167 const double alpha = amount;
168 const double den = (alpha * Es1 + Es2);
◆ shift_inputs()
◆ m_base
The documentation for this struct was generated from the following files: