4 #include "tables/St_EbyET0_Table.h"
9 EbyET0_st *Struct(Int_t i = 0)
const {
return ((St_EbyET0*) Table())->GetTable()+i;}
10 UInt_t getNumRows()
const {
return GetNRows();}
11 Int_t detector(Int_t i = 0)
const {
return Struct(i)->detector;}
12 Double_t min(Int_t i = 0)
const {
return Struct(i)->min;}
13 Double_t max(Int_t i = 0)
const {
return Struct(i)->max;}
14 Int_t func(Int_t i = 0)
const {
return Struct(i)->func;}
15 Double_t* par(Int_t i = 0)
const {
return Struct(i)->par;}
16 Double_t time(Int_t i, Double_t x);
17 Double_t T0(Int_t i, Double_t x) {
return time(i,x);}
24 ClassDefChair(St_EbyET0, EbyET0_st )