1 #ifndef St_pxlHotPixelsC_h
2 #define St_pxlHotPixelsC_h
5 #include "tables/St_pxlHotPixels_Table.h"
10 pxlHotPixels_st *Struct(Int_t i = 0)
const {
return ((St_pxlHotPixels*) Table())->GetTable()+i;}
11 UInt_t getNumRows()
const {
return GetNRows();}
12 UInt_t* hotPixel(Int_t i = 0)
const {
return Struct(i)->hotPixel;}
13 Int_t pixelHot(Int_t sector, Int_t ladder, Int_t sensor, Int_t row, Int_t
column)
const;
19 static map<UInt_t,Short_t> mMapHotPixels;
20 ClassDefChair(St_pxlHotPixels, pxlHotPixels_st )