1 #ifndef St_tofSimResParamsC_h
2 #define St_tofSimResParamsC_h
5 #include "tables/St_tofSimResParams_Table.h"
11 tofSimResParams_st *Struct(Int_t i = 0)
const {
return ((St_tofSimResParams*) Table())->GetTable()+i;}
12 UInt_t getNumRows()
const {
return GetNRows();}
13 UShort_t * resolution(Int_t i = 0)
const {
return Struct(i)->resolution;}
14 UChar_t* algoFlag(Int_t i = 0)
const {
return Struct(i)->algoFlag;}
15 static Double_t average_timeres_tof(){
return mAverageTimeResTof;}
16 static Double_t timeres_tof(UInt_t itray, UInt_t imodule, UInt_t icell);
19 static Double_t
params[120][192];
20 static Double_t mAverageTimeResTof;
25 ClassDefChair(St_tofSimResParams, tofSimResParams_st )
void Browse(TBrowser *b)
Browse this dataset (called by TBrowser).