CMS 3D CMS Logo

HcalAlgoUtils.h
Go to the documentation of this file.
1 #ifndef DQM_HCALALGOUTILS_H
2 #define DQM_HCALALGOUTILS_H
3 
6 
7 void getLinearizedADC(const HcalQIEShape& shape,
8  const HcalQIECoder* coder,
9  int bins,int capid,
10  float& lo,
11  float& hi);
12 
13 float maxDiff(float one, float two, float three, float four);
14 
15 
16 #endif
void getLinearizedADC(const HcalQIEShape &shape, const HcalQIECoder *coder, int bins, int capid, float &lo, float &hi)
Definition: HcalAlgoUtils.cc:4
float maxDiff(float one, float two, float three, float four)