1 #ifndef St_trigL3ExpandedC_h
2 #define St_trigL3ExpandedC_h
5 #include "tables/St_trigL3Expanded_Table.h"
10 trigL3Expanded_st *Struct(Int_t i = 0) {
return ((St_trigL3Expanded*) Table())->GetTable()+i;}
11 UInt_t getNumRows() {
return GetNRows();}
12 Int_t runNumber(Int_t i = 0) {
return Struct(i)->runNumber;}
13 Char_t* l2TriggerResultType(Int_t i = 0) {
return Struct(i)->l2TriggerResultType;}
14 UChar_t* name(Int_t i = 0) {
return Struct(i)->name;}
15 Int_t l3TrgId(Int_t i = 0) {
return Struct(i)->l3TrgId;}
16 Int_t l3ExpandedTrgId(Int_t i = 0) {
return Struct(i)->l3ExpandedTrgId;}
17 Int_t l2Algo(Int_t i = 0) {
return Struct(i)->l2Algo;}
18 Float_t l2Ps(Int_t i = 0) {
return Struct(i)->l2Ps;}
21 virtual ~
St_trigL3ExpandedC() {
if (Table()->IsMarked())
delete GetThisTable(); fgInstance = 0;}
24 ClassDefChair(St_trigL3Expanded, trigL3Expanded_st )