CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CastorAlgoUtils.h
Go to the documentation of this file.
1 #ifndef DQM_CASTORALGOUTILS_H
2 #define DQM_CASTORALGOUTILS_H
3 
6 
7 namespace reco {
8  namespace castor {
9 
10  void getLinearizedADC(const CastorQIEShape& shape,
11  const CastorQIECoder* coder,
12  int bins,int capid,
13  float& lo,
14  float& hi);
15 
16  float maxDiff(float one, float two, float three, float four);
17 
18  }
19 }
20 
21 #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)