 |
Belle II Software
release-05-01-25
|
13 #ifndef ECLDIGITENERGYCONSTANTS_H
14 #define ECLDIGITENERGYCONSTANTS_H
27 class ECLDigitEnergyConstants:
public TObject {
void setConstant(float amplitude)
Set calibration amplitude (measured)
int getCellID() const
Return cell ID.
float m_amplitude
Calibration amplitude.
float getAmplitude() const
Return calibration amplitude.
float getEnergy() const
Return calibration energy.
void setEnergy(float energy)
Set calibration energy (known from physics, e.g.
void setCellID(int cellid)
Set cell ID.
~ECLDigitEnergyConstants()
Destructor.
Abstract base class for different kinds of events.
ClassDef(ECLDigitEnergyConstants, 2)
ClassDef.
Energy calibration constants per digit.
ECLDigitEnergyConstants()
Default constructor.
float m_energy
Calibration energy.