27 unsigned adc(
const HcalQIEShape& fShape,
float fCharge,
unsigned fCapId)
const;
30 float offset(
unsigned fCapId,
unsigned fRange)
const;
31 float slope(
unsigned fCapId,
unsigned fRange)
const;
33 void setOffset(
unsigned fCapId,
unsigned fRange,
float fValue);
34 void setSlope(
unsigned fCapId,
unsigned fRange,
float fValue);
void setOffset(unsigned fCapId, unsigned fRange, float fValue)
float offset(unsigned fCapId, unsigned fRange) const
HcalQIECoder(unsigned long fId=0)
float slope(unsigned fCapId, unsigned fRange) const
unsigned adc(const HcalQIEShape &fShape, float fCharge, unsigned fCapId) const
fC + capid [0..3] -> ADC conversion
#define COND_SERIALIZABLE
void setSlope(unsigned fCapId, unsigned fRange, float fValue)
float charge(const HcalQIEShape &fShape, unsigned fAdc, unsigned fCapId) const
ADC [0..127] + capid [0..3] -> fC conversion.