|
||||
File indexing completed on 2024-04-06 11:58:04
0001 #ifndef DQM_HCALALGOUTILS_H 0002 #define DQM_HCALALGOUTILS_H 0003 0004 #include "CalibFormats/HcalObjects/interface/HcalDbService.h" 0005 #include "CondFormats/HcalObjects/interface/HcalQIECoder.h" 0006 0007 void getLinearizedADC(const HcalQIEShape& shape, const HcalQIECoder* coder, int bins, int capid, float& lo, float& hi); 0008 0009 float maxDiff(float one, float two, float three, float four); 0010 0011 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |