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, const HcalQIECoder* coder, int bins, int capid, float& lo, float& hi);
8 
9 float maxDiff(float one, float two, float three, float four);
10 
11 #endif
Definition: EPCuts.h:4
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)