1 #ifndef St_TpcEffectivedXC_h
2 #define St_TpcEffectivedXC_h
5 #include "tables/St_TpcEffectivedX_Table.h"
10 TpcEffectivedX_st *Struct(Int_t i = 0)
const {
return ((St_TpcEffectivedX*) Table())->GetTable()+i;}
11 UInt_t getNumRows()
const {
return GetNRows();}
12 Float_t scaleInner(Int_t i = 0)
const {
return Struct(i)->scaleInner;}
13 Float_t scaleOuter(Int_t i = 0)
const {
return Struct(i)->scaleOuter;}
19 ClassDefChair(St_TpcEffectivedX, TpcEffectivedX_st )