14#ifndef TGO4WATCHRUNNABLE_H
15#define TGO4WATCHRUNNABLE_H
33 Int_t
Run(
void *)
override;
Example application class; this class may also run as standalone application without the threaded cli...
Example class for a client application; this may be the analysis client later on which keeps the anal...
TGo4Runnable(const TGo4Runnable &right)
TGo4ExampleApplication * fxApplication
1
static const UInt_t fguWATCHINTERVAL
frequency in ms for the watcher runnable to check the application
virtual ~TGo4WatchRunnable()
Int_t Run(void *) override
The working function which runs in the thread.
TGo4WatchRunnable(const char *name, TGo4ExampleClient *cli)