45 #ifndef STAFF_St_Module
46 #define STAFF_St_Module
50 #include "St_table_header_Table.h"
51 #include "TObjArray.h"
86 virtual void SetParameter(
TTable *f);
87 virtual void SetAllParameters(
132 virtual Int_t CheckParameters(
const Char_t *names[]=0);
133 virtual Int_t
CheckResults(Int_t res,
const Char_t *names[]=0);
137 TTable *GetTable(Int_t i)
const {
return (
TTable *)fParams->At(i);}
138 void *GetStruct(Int_t i)
const {
return ((
TTable *)fParams->At(i))->GetArray();}
153 virtual const Char_t *GetTitle(){
return "title";}
154 virtual const Char_t *GetName() {
return "virtual St_Module";}
virtual Int_t ExecuteModule()
virtual Int_t CheckResults(Int_t res, const Char_t *names[]=0)