11 m_difference (m_value)
void setValue(const double &val)
set its value and turn into good the coefficient
bool status() const
its status
double value() const
its value
double difference() const
the abs difference wrt prev value
double operator*=(const double &var)
update the value and turn into good the coefficient
double m_difference
the difference with the previous value
bool m_isGood
if it is good
CalibCoeff(const double &value=1., const bool &isGood=0)
ctor
double m_value
the actual value
void setStatus(const bool &stat)
set its value and turn into good the coefficient