1 #ifndef St_tpcAvCurrentC_h
2 #define St_tpcAvCurrentC_h
5 #include "tables/St_tpcAvCurrent_Table.h"
10 tpcAvCurrent_st *Struct(Int_t i = 0)
const {
return ((St_tpcAvCurrent*) Table())->GetTable()+i;}
11 UInt_t getNumRows()
const {
return GetNRows();}
12 Int_t run(Int_t i = 0)
const {
return Struct(i)->run;}
13 Float_t currentI(Int_t i = 0)
const {
return Struct(i)->currentI;}
14 Float_t currentO(Int_t i = 0)
const {
return Struct(i)->currentO;}
15 Float_t chargeI(Int_t i = 0)
const {
return Struct(i)->chargeI;}
16 Float_t chargeO(Int_t i = 0)
const {
return Struct(i)->chargeO;}
22 ClassDefChair(St_tpcAvCurrent, tpcAvCurrent_st )