1 #ifndef SiPixelPerformanceSummary_h
2 #define SiPixelPerformanceSummary_h
10 #include<boost/cstdint.hpp>
13 #define kDetSummarySize 60 // float numbers kept in DetSummary.performanceValues
14 #define kDefaultValue -99.9
29 return (detSumm.
detId_ < otherDetId);
63 void print(
const uint32_t detId)
const;
74 bool setADC(uint32_t detId,
float mean,
float rms,
float emPtn);
100 std::pair<bool, std::vector<DetSummary>::iterator>
initDet(
const uint32_t detId);
101 std::pair<bool, std::vector<DetSummary>::iterator>
setDet(
const uint32_t detId,
102 const std::vector<float>& performanceValues);
103 bool setValue(uint32_t detId,
int index,
float performanceValue);
#define COND_SERIALIZABLE