1 #ifndef St_tpcGainMonitorC_h
2 #define St_tpcGainMonitorC_h
5 #include "tables/St_tpcGainMonitor_Table.h"
10 tpcGainMonitor_st *Struct(Int_t i = 0) {
return ((St_tpcGainMonitor*) Table())->GetTable()+i;}
11 UInt_t getNumRows() {
return GetNRows();}
12 Float_t center(Int_t i = 0) {
return Struct(i)->center;}
13 Float_t height(Int_t i = 0) {
return Struct(i)->height;}
14 Float_t width(Int_t i = 0) {
return Struct(i)->width;}
20 ClassDefChair(St_tpcGainMonitor, tpcGainMonitor_st )