#include <TGo4ExampleApplication.h>
Inheritance diagram for TGo4ExampleApplication:
Public Member Functions | |
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 | |
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, TRACE, and TGo4CommandInvoker::UnRegister(). |
|
Definition at line 85 of file TGo4ExampleApplication.cxx. References GetHistogram(), SendData(), and TRACE. |
|
Definition at line 79 of file TGo4ExampleApplication.cxx. References TRACE. |
|
Definition at line 64 of file TGo4ExampleApplication.cxx. References fxDemoHistogram, and TRACE. Referenced by TGo4MainRunnable::Run(). |
|
Definition at line 59 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 44 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(). |