GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TGo4LinkProxy.h
Go to the documentation of this file.
1 // $Id: TGo4LinkProxy.h 1352 2015-01-27 10:03:25Z 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 TGO4LINKPROXY_H
15 #define TGO4LINKPROXY_H
16 
17 #include "TGo4Proxy.h"
18 
19 class TString;
20 
21 class TGo4LinkProxy : public TGo4Proxy {
22  public:
23  TGo4LinkProxy();
24  TGo4LinkProxy(TGo4Slot* linkedslot);
25  virtual ~TGo4LinkProxy();
26 
27  virtual void Initialize(TGo4Slot* slot);
28  virtual void Finalize(TGo4Slot* slot);
29 
30  virtual TGo4Access* ProvideAccess(const char* name);
31  virtual TGo4LevelIter* MakeIter();
32 
33  virtual Int_t GetObjectKind();
34  virtual const char* GetContainedClassName();
35 
36  virtual void WriteData(TGo4Slot* slot, TDirectory* dir, Bool_t onlyobjs);
37  virtual void ReadData(TGo4Slot* slot, TDirectory* dir);
38 
39  virtual Bool_t IsAcceptObject(TClass* cl);
40  virtual Bool_t AssignObject(TGo4Slot* slot, TObject* obj, Bool_t owner);
41  virtual TObject* GetAssignedObject();
42 
43  virtual Bool_t ProcessEvent(TGo4Slot* slot, TGo4Slot* source, Int_t id, void* param);
44 
45  TGo4Slot* GetLink() const { return fLink; }
46 
47  protected:
49 
51 };
52 
53 #endif
virtual const char * GetContainedClassName()
virtual void ReadData(TGo4Slot *slot, TDirectory *dir)
virtual Int_t GetObjectKind()
virtual Bool_t AssignObject(TGo4Slot *slot, TObject *obj, Bool_t owner)
TGo4Slot * fLink
Definition: TGo4LinkProxy.h:48
virtual ~TGo4LinkProxy()
virtual void WriteData(TGo4Slot *slot, TDirectory *dir, Bool_t onlyobjs)
virtual TObject * GetAssignedObject()
virtual void Finalize(TGo4Slot *slot)
virtual Bool_t IsAcceptObject(TClass *cl)
virtual void Initialize(TGo4Slot *slot)
TGo4Slot * GetLink() const
Definition: TGo4LinkProxy.h:45
virtual Bool_t ProcessEvent(TGo4Slot *slot, TGo4Slot *source, Int_t id, void *param)
ClassDef(TGo4LinkProxy, 1)
virtual TGo4LevelIter * MakeIter()
virtual TGo4Access * ProvideAccess(const char *name)