Test DBObject.
More...
#include <TestCalibMean.h>
Test DBObject.
Definition at line 17 of file TestCalibMean.h.
◆ TestCalibMean() [1/2]
Default constructor.
Definition at line 22 of file TestCalibMean.h.
22: m_mean(0), m_meanError(0) {};
◆ TestCalibMean() [2/2]
Constructor.
Definition at line 25 of file TestCalibMean.h.
25: m_mean(mean), m_meanError(meanError) {};
◆ getMean()
◆ getMeanError()
float getMeanError |
( |
| ) |
const |
|
inline |
◆ setMean()
void setMean |
( |
float | mean | ) |
|
|
inline |
◆ setMeanError()
void setMeanError |
( |
float | meanError | ) |
|
|
inline |
Sets the Stored mean error.
Definition at line 34 of file TestCalibMean.h.
34{m_meanError = meanError;};
◆ m_mean
◆ m_meanError
The documentation for this class was generated from the following file: