00001 #ifndef DQM_CASTORALGOUTILS_H 00002 #define DQM_CASTORALGOUTILS_H 00003 00004 #include "CalibFormats/CastorObjects/interface/CastorDbService.h" 00005 #include "CondFormats/CastorObjects/interface/CastorQIECoder.h" 00006 00007 void getLinearizedADC(const CastorQIEShape& shape, 00008 const CastorQIECoder* 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