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