#include <TGo4ExampleApplication.h>
Inheritance diagram for TGo4ExampleApplication:
Public Methods | |
TGo4ExampleApplication (TGo4BufferQueue *datq=0) | |
virtual | ~TGo4ExampleApplication () |
void | CommandAction1 () |
void | CommandAction2 () |
void | FillHistograms () |
TH1 * | GetHistogram () |
void | SendData (TNamed *data) |
put named data object into the current data queue; will be sent to the gui server. More... | |
Private Attributes | |
TGo4BufferQueue * | fxDataQ |
TH1D * | fxDemoHistogram |
as later analysis class)
Definition at line 29 of file TGo4ExampleApplication.h.
|
Definition at line 26 of file TGo4ExampleApplication.cxx. References fxDataQ, fxDemoHistogram, TGo4CommandInvoker::Instance(), TGo4CommandInvoker::Register(), and TRACE. |
|
Definition at line 37 of file TGo4ExampleApplication.cxx. References fxDemoHistogram, and TRACE. |
|
Definition at line 84 of file TGo4ExampleApplication.cxx. References GetHistogram(), SendData(), and TRACE. |
|
Definition at line 78 of file TGo4ExampleApplication.cxx. References TRACE. |
|
Definition at line 63 of file TGo4ExampleApplication.cxx. References fxDemoHistogram, and TRACE. Referenced by TGo4MainRunnable::Run(). |
|
Definition at line 58 of file TGo4ExampleApplication.cxx. References fxDemoHistogram, and TRACE. Referenced by CommandAction1(). |
|
put named data object into the current data queue; will be sent to the gui server.
Definition at line 43 of file TGo4ExampleApplication.cxx. References TGo4BufferQueue::AddBufferFromObject(), fxDataQ, and TRACE. Referenced by CommandAction1(). |
|
Definition at line 53 of file TGo4ExampleApplication.h. Referenced by SendData(), and TGo4ExampleApplication(). |
|
Definition at line 55 of file TGo4ExampleApplication.h. Referenced by FillHistograms(), GetHistogram(), TGo4ExampleApplication(), and ~TGo4ExampleApplication(). |