1 #ifndef St_vpdTotCorrC_h
2 #define St_vpdTotCorrC_h
4 #include "St_tofCorrC.h"
5 #include "tables/St_vpdTotCorr_Table.h"
9 vpdTotCorr_st *Struct(Int_t i = 0)
const {
return ((St_vpdTotCorr*) Table())->GetTable()+i;}
10 UInt_t getNumRows()
const {
return GetNRows();}
11 short tubeId(Int_t i = 0)
const {
return Struct(i)->tubeId;}
12 Float_t* tot(Int_t i = 0)
const {
return Struct(i)->tot;}
13 Float_t* corr(Int_t i = 0)
const {
return Struct(i)->corr;}
14 short corralgo(Int_t i = 0)
const {
return Struct(i)->corralgo;}
15 Float_t Corr(Int_t i, Float_t x);
21 ClassDefChair(St_vpdTotCorr, vpdTotCorr_st )