00001 #ifndef St_TpcSecRowCorC_h
00002 #define St_TpcSecRowCorC_h
00003
00004 #include "TChair.h"
00005 #include "tables/St_TpcSecRowCor_Table.h"
00006
00007 class St_TpcSecRowCorC : public TChair {
00008 public:
00009 TpcSecRowCor_st *Struct(Int_t i = 0) {return ((St_TpcSecRowCor*) Table())->GetTable()+i;}
00010 UInt_t getNumRows() {return GetNRows();}
00011 Float_t* GainScale(Int_t i = 0) {return Struct(i)->GainScale;}
00012 Float_t* GainRms(Int_t i = 0) {return Struct(i)->GainRms;}
00013 protected:
00014 St_TpcSecRowCorC(St_TpcSecRowCor *table=0) : TChair(table) {}
00015 virtual ~St_TpcSecRowCorC() {}
00016 private:
00017 ClassDef(St_TpcSecRowCorC,1)
00018 };
00019 #endif