14#ifndef TGo4TestRunnable_h
15#define TGo4TestRunnable_h
82 Int_t
Run (
void *ptr)
override;
TGo4Runnable(const TGo4Runnable &right)
Example of a user defined runnable subclass.
void UnexpectedCatch() override
catch for all unexpected exceptions happening in workfunc
void ThreadCatch(TGo4Exception &ex) override
catch for exceptions occurring in workfunc
Int_t Run(void *ptr) override
The working function which runs in the thread.
virtual ~TGo4TestRunnable()
Int_t fiMode
mode number which can be used to create runnables with different actions in Workfunc; useful for test...