GSI Object Oriented Online Offline (Go4)
GO4-6.4.0
Loading...
Searching...
No Matches
Go4TaskHandlerExample
TGo4ExampleClientStatus.h
Go to the documentation of this file.
1
// $Id$
2
//-----------------------------------------------------------------------
3
// The GSI Online Offline Object Oriented (Go4) Project
4
// Experiment Data Processing at EE department, GSI
5
//-----------------------------------------------------------------------
6
// Copyright (C) 2000- GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
7
// Planckstr. 1, 64291 Darmstadt, Germany
8
// Contact: http://go4.gsi.de
9
//-----------------------------------------------------------------------
10
// This software can be used under the license agreements as stated
11
// in Go4License.txt file which is part of the distribution.
12
//-----------------------------------------------------------------------
13
14
#ifndef TGO4EXAMPLECLIENTSTATUS_H
15
#define TGO4EXAMPLECLIENTSTATUS_H
16
17
#include "
TGo4ClientStatus.h
"
18
#include "TString.h"
19
20
class
TH1;
21
22
class
TGo4ExampleClientStatus
:
public
TGo4ClientStatus
{
23
24
friend
class
TGo4ExampleClient
;
25
friend
class
TGo4ExampleDisplay
;
26
27
public
:
28
29
TGo4ExampleClientStatus
() {}
// default ctor for streamer
30
31
virtual
~TGo4ExampleClientStatus
();
32
33
void
Print
(Option_t *opt =
""
)
const override
;
34
35
private
:
36
38
TString
fxMainName
;
39
41
TString
fxWatchName
;
42
44
TString
fxHistogramName
;
45
47
void
SetNames
(
const
char
*
main
,
const
char
*watch);
48
50
void
SetHistoStatus
(TH1 *histogram);
51
52
TGo4ExampleClientStatus
(
const
char
*name);
53
54
ClassDefOverride(
TGo4ExampleClientStatus
,1)
55
};
56
57
#endif
//TGO4EXAMPLECLIENTSTATUS_H
main
int main(int argc, char **argv)
Definition
MainUserAnalysis.cxx:606
TGo4ClientStatus.h
TGo4ClientStatus::TGo4ClientStatus
TGo4ClientStatus()
Definition
TGo4ClientStatus.cxx:17
TGo4ExampleClientStatus::~TGo4ExampleClientStatus
virtual ~TGo4ExampleClientStatus()
Definition
TGo4ExampleClientStatus.cxx:25
TGo4ExampleClientStatus::TGo4ExampleDisplay
friend class TGo4ExampleDisplay
Definition
TGo4ExampleClientStatus.h:25
TGo4ExampleClientStatus::SetHistoStatus
void SetHistoStatus(TH1 *histogram)
Set histogram status.
Definition
TGo4ExampleClientStatus.cxx:30
TGo4ExampleClientStatus::SetNames
void SetNames(const char *main, const char *watch)
Set names of the work runnables of example.
Definition
TGo4ExampleClientStatus.cxx:38
TGo4ExampleClientStatus::TGo4ExampleClientStatus
TGo4ExampleClientStatus()
Definition
TGo4ExampleClientStatus.h:29
TGo4ExampleClientStatus::Print
void Print(Option_t *opt="") const override
Definition
TGo4ExampleClientStatus.cxx:45
TGo4ExampleClientStatus::fxMainName
TString fxMainName
Remember name of main thread.
Definition
TGo4ExampleClientStatus.h:38
TGo4ExampleClientStatus::fxHistogramName
TString fxHistogramName
Remember name of histogram.
Definition
TGo4ExampleClientStatus.h:44
TGo4ExampleClientStatus::fxWatchName
TString fxWatchName
Remember name of watch thread.
Definition
TGo4ExampleClientStatus.h:41
TGo4ExampleClientStatus::TGo4ExampleClient
friend class TGo4ExampleClient
Definition
TGo4ExampleClientStatus.h:24
Generated by
1.13.2