5 float low = coder->
charge(shape, 0, capid);
6 float high = coder->
charge(shape, bins - 1, capid);
7 float step = (high - low) / (bins - 1);
34 return fabs(max - min);
void getLinearizedADC(const CastorQIEShape &shape, const CastorQIECoder *coder, int bins, int capid, float &lo, float &hi)
float maxDiff(float one, float two, float three, float four)
float charge(const HcalQIEShape &fShape, unsigned fAdc, unsigned fCapId) const
ADC [0..127] + capid [0..3] -> fC conversion.