1 #ifndef CastorCalibrationQIECoder_h
2 #define CastorCalibrationQIECoder_h
13 #include <boost/cstdint.hpp>
19 float charge (
const unsigned fAdc)
const;
21 unsigned adc (
const float fCharge)
const;
const float * minCharges() const
CastorCalibrationQIECoder(unsigned long fId=0)
void setMinCharges(const float fValue[32])
void setMinCharge(unsigned fBin, float fValue)
const float * base() const
float minCharge(unsigned fBin) const
unsigned adc(const float fCharge) const
fC -> ADC conversion
float charge(const unsigned fAdc) const
ADC [0..31] -> fC conversion.