1 #ifndef St_richvoltagesC_h
2 #define St_richvoltagesC_h
5 #include "tables/St_richvoltages_Table.h"
10 richvoltages_st *Struct(Int_t i = 0) {
return ((St_richvoltages*) Table())->GetTable()+i;}
11 UInt_t getNumRows() {
return GetNRows();}
12 UInt_t runNumber(Int_t i = 0) {
return Struct(i)->runNumber;}
13 UInt_t startStatusTime(Int_t i = 0) {
return Struct(i)->startStatusTime;}
14 UInt_t endStatusTime(Int_t i = 0) {
return Struct(i)->endStatusTime;}
15 UInt_t status(Int_t i = 0) {
return Struct(i)->status;}
21 ClassDefChair(St_richvoltages, richvoltages_st )