1 #ifndef St_tofTrgWindowC_h
2 #define St_tofTrgWindowC_h
5 #include "tables/St_tofTrgWindow_Table.h"
10 tofTrgWindow_st *Struct(Int_t i = 0)
const {
return ((St_tofTrgWindow*) Table())->GetTable()+i;}
11 UInt_t getNumRows()
const {
return GetNRows();}
12 unsigned short trgWindow_Min(Int_t i = 0)
const {
return Struct(i)->trgWindow_Min;}
13 unsigned short trgWindow_Max(Int_t i = 0)
const {
return Struct(i)->trgWindow_Max;}
19 ClassDefChair(St_tofTrgWindow, tofTrgWindow_st )