GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TGo4ComSetObject.h
Go to the documentation of this file.
1 // $Id: TGo4ComSetObject.h 831 2012-01-02 16:26:24Z linev $
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 für 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 TGO4COMSETOBJECT_H
15 #define TGO4COMSETOBJECT_H
16 
18 
19 class TGo4AnalysisClient;
20 class TGo4Analysis;
22 class TGo4RemoteCommand;
23 class TGo4Parameter;
25 class TGo4Condition;
26 class TGo4DynamicEntry;
27 class TGo4Picture;
28 class TH1;
29 
40  public:
41 
43  TGo4ComSetObject(const char* obname);
44  virtual ~TGo4ComSetObject();
45  Int_t ExeCom();
49  virtual void Set(TGo4RemoteCommand* remcon);
50 
51  void SetObject(TObject* ob) { fxObject=ob; }
52  private:
53 
55  Int_t ExeSetPar(TGo4Parameter* par);
56  Int_t ExeSetCon(TGo4Condition* con);
57  Int_t ExeSetHis(TH1* his);
58  Int_t ExeSetDyn(TGo4DynamicEntry* dyn);
59  Int_t ExeSetPic(TGo4Picture* pic);
60  Int_t ExeSetObj(TObject* ob);
61 
63  TObject* fxObject;
64 
66 
68 
71 
72  ClassDef(TGo4ComSetObject,1)
73 };
74 
75 #endif //TGO4COMSETOBJECT_H
Int_t ExeSetPar(TGo4Parameter *par)
Int_t ExeSetHis(TH1 *his)
Int_t ExeSetParStatus(TGo4ParameterStatus *par)
Int_t ExeSetDyn(TGo4DynamicEntry *dyn)
virtual void Set(TGo4RemoteCommand *remcon)
void SetObject(TObject *ob)
TGo4Analysis * fxAna
TGo4AnalysisClient * fxClient
TGo4AnalysisObjectResult * fxResult
virtual ~TGo4ComSetObject()
Int_t ExeSetPic(TGo4Picture *pic)
Int_t ExeSetCon(TGo4Condition *con)
Int_t ExeSetObj(TObject *ob)