14#ifndef TGO4EXAMPLECLIENTSTATUS_H
15#define TGO4EXAMPLECLIENTSTATUS_H
17#include "TGo4ClientStatus.h"
33 void Print(Option_t *opt =
"")
const override;
int main(int argc, char *argv[])
virtual ~TGo4ExampleClientStatus()
friend class TGo4ExampleDisplay
void SetHistoStatus(TH1 *histogram)
Set histogram status.
void SetNames(const char *main, const char *watch)
Set names of the work runnables of example.
TGo4ExampleClientStatus()
void Print(Option_t *opt="") const override
TString fxMainName
Remember name of main thread.
TString fxHistogramName
Remember name of histogram.
TString fxWatchName
Remember name of watch thread.
friend class TGo4ExampleClient