#include <TGo4DataRunnable.h>
Public Member Functions | |
TGo4DataRunnable (const char *name, TGo4ThreadManager *man, TGo4TaskHandler *hand, Bool_t receivermode=kTRUE) | |
virtual | ~TGo4DataRunnable () |
virtual Int_t | Run (void *ptr) |
The working function which runs in the thread. | |
Private Member Functions | |
TGo4DataRunnable () |
Definition at line 30 of file TGo4DataRunnable.h.
TGo4DataRunnable::TGo4DataRunnable | ( | const char * | name, | |
TGo4ThreadManager * | man, | |||
TGo4TaskHandler * | hand, | |||
Bool_t | receivermode = kTRUE | |||
) |
Definition at line 29 of file TGo4DataRunnable.cxx.
TGo4DataRunnable::~TGo4DataRunnable | ( | ) | [virtual] |
Definition at line 39 of file TGo4DataRunnable.cxx.
TGo4DataRunnable::TGo4DataRunnable | ( | ) | [private] |
Int_t TGo4DataRunnable::Run | ( | void * | ptr | ) | [virtual] |
The working function which runs in the thread.
Implements TGo4TaskHandlerRunnable.
Definition at line 43 of file TGo4DataRunnable.cxx.