10 float low = coder->
charge(shape,0,capid);
11 float high = coder->
charge(shape,bins-1,capid);
12 float step = (high-low)/(bins-1);
13 low -= step/2.0; high += step/2.0;
18 float maxDiff(
float one,
float two,
float three,
float four){
19 float max=-1000;
float min = 1000;
20 if(one>max) max = one;
if(one<min) min = one;
21 if(two>max) max = two;
if(two<min) min = two;
22 if(three>max) max = three;
if(three<min) min = three;
23 if(four>max) max = four;
if(four<min) min = four;
const T & max(const T &a, const T &b)
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.