1 #ifndef St_tofTotbCorrC_h
2 #define St_tofTotbCorrC_h
4 #include "St_tofCorrC.h"
5 #include "tables/St_tofTotbCorr_Table.h"
10 tofTotbCorr_st*Struct(Int_t i = 0)
const {
return ((St_tofTotbCorr*) Table())->GetTable()+i;}
11 Short_t trayId(Int_t i = 0)
const {
return Struct(i)->trayId;}
12 Short_t moduleId(Int_t i = 0)
const {
return Struct(i)->moduleId;}
13 Short_t cellId(Int_t i = 0)
const {
return Struct(i)->cellId;}
14 Short_t tdcId(Int_t i = 0)
const {
return Struct(i)->tdcId;}
15 Float_t* tot(Int_t i = 0)
const {
return Struct(i)->tot;}
16 Float_t* corr(Int_t i = 0)
const {
return Struct(i)->corr;}
17 Float_t Corr(Int_t tray, Int_t module, Int_t cell, Float_t x);
23 ClassDefChair(St_tofTotbCorr, tofTotbCorr_st )