1 #ifndef St_tofTOffsetC_h
2 #define St_tofTOffsetC_h
4 #include "St_tofCorrC.h"
5 #include "tables/St_tofTOffset_Table.h"
10 tofTOffset_st *Struct(Int_t i = 0)
const {
return ((St_tofTOffset*) Table())->GetTable()+i;}
11 UInt_t getNumRows()
const {
return GetNRows();}
12 short trayId(Int_t i = 0)
const {
return Struct(i)->trayId;}
13 Float_t* T0(Int_t i = 0)
const {
return Struct(i)->T0;}
14 Float_t t0(Int_t tray, Int_t module, Int_t cell)
const;
20 ClassDefChair(St_tofTOffset, tofTOffset_st )