#include <TGo4ExampleApplication.h>
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 27 of file TGo4ExampleApplication.h.
TGo4ExampleApplication::TGo4ExampleApplication | ( | TGo4BufferQueue * | datq = 0 |
) |
Definition at line 24 of file TGo4ExampleApplication.cxx.
TGo4ExampleApplication::~TGo4ExampleApplication | ( | ) | [virtual] |
Definition at line 35 of file TGo4ExampleApplication.cxx.
void TGo4ExampleApplication::CommandAction1 | ( | ) |
Definition at line 83 of file TGo4ExampleApplication.cxx.
void TGo4ExampleApplication::CommandAction2 | ( | ) |
Definition at line 77 of file TGo4ExampleApplication.cxx.
void TGo4ExampleApplication::FillHistograms | ( | ) |
Definition at line 62 of file TGo4ExampleApplication.cxx.
TH1 * TGo4ExampleApplication::GetHistogram | ( | ) |
Definition at line 57 of file TGo4ExampleApplication.cxx.
void TGo4ExampleApplication::SendData | ( | TNamed * | data | ) |
put named data object into the current data queue; will be sent to the gui server
Definition at line 42 of file TGo4ExampleApplication.cxx.
TGo4BufferQueue* TGo4ExampleApplication::fxDataQ [private] |
Definition at line 51 of file TGo4ExampleApplication.h.
TH1D* TGo4ExampleApplication::fxDemoHistogram [private] |
Definition at line 53 of file TGo4ExampleApplication.h.