File indexing completed on 2023-10-25 09:33:13
0001 #ifndef DQM_CASTORALGOUTILS_H
0002 #define DQM_CASTORALGOUTILS_H
0003
0004 #include "CalibFormats/CastorObjects/interface/CastorDbService.h"
0005 #include "CondFormats/CastorObjects/interface/CastorQIECoder.h"
0006
0007 namespace reco {
0008 namespace castor {
0009
0010 void getLinearizedADC(
0011 const CastorQIEShape& shape, const CastorQIECoder* coder, int bins, int capid, float& lo, float& hi);
0012
0013 float maxDiff(float one, float two, float three, float four);
0014
0015 }
0016 }
0017
0018 #endif