CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 CastorQIEShape &shape, const CastorQIECoder *coder, int bins, int capid, float &lo, float &hi)
float maxDiff(float one, float two, float three, float four)