• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

beamtime/sts-lasertest/go4/STS/TSTSParam.h (r4864/r3054)

Go to the documentation of this file.
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

Generated on Tue Dec 10 2013 04:52:18 for ROCsoft by  doxygen 1.7.1