CCDB container for the temperature calibration coefficients.
More...
#include <TempCalibrationParams.h>
CCDB container for the temperature calibration coefficients.
- Author
- Hadi Hassan hadi..nosp@m.hass.nosp@m.an@ce.nosp@m.rn.c.nosp@m.h, Oak Ridge National Laboratory
- Since
- July 16th, 2019
The temperature calibration coefficienct can be added for each channel by
The temperature calibration coefficiencts are the
slope and A0
param.
void addTempCalibParam(unsigned short cellID, float Slope, float ParamA0)
Add temperature calibration coefficients to the container.
One can read the temperature calibration coefficient by calling
This will
return the
slope for a certain cell.
and
This will
return the A0
param for a certain cell.
float getTempCalibParamA0(unsigned short cellID) const
Get the temperature calibration coefficient (A0 param) for a certain cell.
float getTempCalibParamSlope(unsigned short cellID) const
Get the temperature calibration coefficient (slope) for a certain cell.
GLboolean GLboolean GLboolean GLboolean a
The documentation for this class was generated from the following file: