GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TGo4TestThreadManager.h
Go to the documentation of this file.
1 // $Id: TGo4TestThreadManager.h 1196 2014-04-10 14:06:24Z linev $
2 //-----------------------------------------------------------------------
3 // The GSI Online Offline Object Oriented (Go4) Project
4 // Experiment Data Processing at EE department, GSI
5 //-----------------------------------------------------------------------
6 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH
7 // Planckstr. 1, 64291 Darmstadt, Germany
8 // Contact: http://go4.gsi.de
9 //-----------------------------------------------------------------------
10 // This software can be used under the license agreements as stated
11 // in Go4License.txt file which is part of the distribution.
12 //-----------------------------------------------------------------------
13 
14 #ifndef TGo4TestThreadManager_h
15 #define TGo4TestThreadManager_h
16 
17 #include "TGo4ThreadManager.h"
18 #include "TGo4TestRunnable.h"
19 #include "TPad.h"
20 #include "TCanvas.h"
21 
34 {
35 
36  public:
38 
39  TGo4TestThreadManager (const char* name);
40 
41  virtual ~TGo4TestThreadManager();
42 
47  virtual Int_t TestAction ();
48 
49 
50  TCanvas* GetCanvas ();
51 
52  TPad* GetPad1 ();
53 
54  TPad* GetPad2 ();
55 
56 
57  protected:
58  // Data Members for Associations
59 
61 
62  private:
63  //## Constructors (generated)
65 
66  TCanvas *fxCanvas;
67  TPad *fxPad1;
68  TPad *fxPad2;
69 
70 ClassDef(TGo4TestThreadManager,0)
71 };
72 
73 
74 
75 #endif
76 
77 
78 
TGo4TestRunnable * fxControlRunnable