1 #ifndef St_tofPedestalC_h
2 #define St_tofPedestalC_h
5 #include "tables/St_tofPedestal_Table.h"
10 tofPedestal_st *Struct(Int_t i = 0)
const {
return ((St_tofPedestal*) Table())->GetTable()+i;}
11 UInt_t getNumRows()
const {
return GetNRows();}
12 Int_t entries(Int_t i = 0)
const {
return Struct(i)->entries;}
13 short* daqChannel(Int_t i = 0)
const {
return Struct(i)->daqChannel;}
14 short* adcChan(Int_t i = 0)
const {
return Struct(i)->adcChan;}
15 short* adcPedestal(Int_t i = 0)
const {
return Struct(i)->adcPedestal;}
21 ClassDefChair(St_tofPedestal, tofPedestal_st )