1 #ifndef St_asic_thresholdsC_h
2 #define St_asic_thresholdsC_h
5 #include "tables/St_asic_thresholds_Table.h"
10 asic_thresholds_st *Struct(Int_t i = 0) {
return ((St_asic_thresholds*) Table())->GetTable()+i;}
11 UInt_t getNumRows() {
return GetNRows();}
12 Int_t thresh_lo(Int_t i = 0) {
return Struct(i)->thresh_lo;}
13 Int_t thresh_hi(Int_t i = 0) {
return Struct(i)->thresh_hi;}
14 Int_t n_seq_lo(Int_t i = 0) {
return Struct(i)->n_seq_lo;}
15 Int_t n_seq_hi(Int_t i = 0) {
return Struct(i)->n_seq_hi;}
21 ClassDefChair(St_asic_thresholds, asic_thresholds_st )