00001 #ifndef TSTSPARAM_H 00002 #define TSTSPARAM_H 00003 00004 #include "TGo4Parameter.h" 00005 00006 class TSTSParam : public TGo4Parameter { 00007 public: 00008 TSTSParam(const char* name = 0); 00009 00010 Double_t fTtriGlobalThr; 00011 //Double_t fTtriThr[]; // TODO: implement individual threshold for every nXYTER. 00012 //UInt_t fMessageBuffer; // define number of messages per roc to be buffered until epics event comes. 00013 00014 00015 ClassDef(TSTSParam,1) 00016 }; 00017 00018 #endif