Energy calibration constants per digit.
More...
#include <ECLDigitEnergyConstants.h>
Energy calibration constants per digit.
Definition at line 22 of file ECLDigitEnergyConstants.h.
◆ ECLDigitEnergyConstants() [1/2]
◆ ECLDigitEnergyConstants() [2/2]
Constructor.
Definition at line 33 of file ECLDigitEnergyConstants.h.
33: m_cellID(cellid), m_amplitude(amplitude), m_energy(energy) {};
◆ ~ECLDigitEnergyConstants()
◆ getAmplitude()
float getAmplitude |
( |
| ) |
const |
|
inline |
Return calibration amplitude.
- Returns
- calibration amplitude
Definition at line 43 of file ECLDigitEnergyConstants.h.
43{return m_amplitude; };
◆ getCellID()
◆ getEnergy()
float getEnergy |
( |
| ) |
const |
|
inline |
◆ setCellID()
void setCellID |
( |
int | cellid | ) |
|
|
inline |
◆ setConstant()
void setConstant |
( |
float | amplitude | ) |
|
|
inline |
Set calibration amplitude (measured)
- Parameters
-
amplitude | calibration amplitude |
Definition at line 58 of file ECLDigitEnergyConstants.h.
58{m_amplitude = amplitude; };
◆ setEnergy()
void setEnergy |
( |
float | energy | ) |
|
|
inline |
Set calibration energy (known from physics, e.g.
ee->gg kinematics)
- Parameters
-
Definition at line 63 of file ECLDigitEnergyConstants.h.
◆ m_amplitude
◆ m_cellID
◆ m_energy
The documentation for this class was generated from the following file: