CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/CalibCalorimetry/HcalAlgos/interface/HcalAlgoUtils.h

Go to the documentation of this file.
00001 #ifndef DQM_HCALALGOUTILS_H
00002 #define DQM_HCALALGOUTILS_H
00003 
00004 #include "CalibFormats/HcalObjects/interface/HcalDbService.h"
00005 #include "CondFormats/HcalObjects/interface/HcalQIECoder.h"
00006 
00007 void getLinearizedADC(const HcalQIEShape& shape,
00008                       const HcalQIECoder* coder,
00009                       int bins,int capid,
00010                       float& lo,
00011                       float& hi);
00012 
00013 float maxDiff(float one, float two, float three, float four);
00014 
00015 
00016 #endif