Back to home page

Project CMSSW displayed by LXR

 
 

    


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   }  // namespace castor
0016 }  // namespace reco
0017 
0018 #endif