1 #ifndef St_tpcBXT0CorrC_h
2 #define St_tpcBXT0CorrC_h
5 #include "tables/St_tpcBXT0Corr_Table.h"
9 tpcBXT0Corr_st *Struct(Int_t i = 0)
const {
return ((St_tpcBXT0Corr*) Table())->GetTable()+i;}
10 UInt_t getNumRows()
const {
return GetNRows();}
11 Int_t type(Int_t i = 0)
const {
return Struct(i)->type;}
12 Int_t idx(Int_t i = 0)
const {
return Struct(i)->idx;}
13 Int_t nrows(Int_t i = 0)
const {
return Struct(i)->nrows;}
14 Int_t npar(Int_t i = 0)
const {
return Struct(i)->npar;}
15 Double_t OffSet(Int_t i = 0)
const {
return Struct(i)->OffSet;}
16 Double_t min(Int_t i = 0)
const {
return Struct(i)->min;}
17 Double_t max(Int_t i = 0)
const {
return Struct(i)->max;}
18 Double_t* a(Int_t i = 0)
const {
return Struct(i)->a;}
19 Char_t* comment(Int_t i = 0)
const {
return Struct(i)->comment;}
23 ClassDefChair(St_tpcBXT0Corr, tpcBXT0Corr_st )