#include <TGo4HServProxy.h>
Inheritance diagram for TGo4HServProxy:
Public Member Functions | |
TGo4HServProxy () | |
virtual | ~TGo4HServProxy () |
void | SetHServConfig (const char *servername, Int_t portnumber, const char *basename, const char *userpass, const char *filter) |
const char * | GetServerName () const |
Int_t | GetPortNumber () const |
const char * | GetBaseName () const |
const char * | GetUserPass () const |
const char * | GetFilter () const |
virtual void | Initialize (TGo4Slot *slot) |
virtual void | Finalize (TGo4Slot *slot) |
virtual Bool_t | HasSublevels () const |
virtual TGo4LevelIter * | MakeIter () |
virtual TGo4Access * | MakeProxy (const char *name) |
virtual void | WriteData (TGo4Slot *slot, TDirectory *dir, Bool_t onlyobjs) |
virtual void | ReadData (TGo4Slot *slot, TDirectory *dir) |
virtual Int_t | GetObjectKind () |
virtual const char * | GetContainedClassName () |
virtual void | Update (TGo4Slot *slot, Bool_t strong) |
Bool_t | RequestHistosList () |
TH1 * | GetHistogram (const char *remotehistoname) |
Protected Attributes | |
TString | fServerName |
Int_t | fPortNumber |
TString | fBaseName |
TString | fUserPass |
TString | fFilter |
TGo4Slot * | fxStructure |
|
Definition at line 113 of file TGo4HServProxy.cxx. |
|
Definition at line 124 of file TGo4HServProxy.cxx. References fxStructure. |
|
Definition at line 129 of file TGo4HServProxy.cxx. References fBaseName, fFilter, fPortNumber, fServerName, and fUserPass. Referenced by TGo4BrowserProxy::ConnectHServer(). |
|
Definition at line 36 of file TGo4HServProxy.h. References fServerName. Referenced by TGo4Script::ProduceScript(). |
|
Definition at line 37 of file TGo4HServProxy.h. References fPortNumber. Referenced by TGo4Script::ProduceScript(). |
|
Definition at line 38 of file TGo4HServProxy.h. References fBaseName. Referenced by TGo4Script::ProduceScript(). |
|
Definition at line 39 of file TGo4HServProxy.h. References fUserPass. Referenced by TGo4Script::ProduceScript(). |
|
Definition at line 40 of file TGo4HServProxy.h. References fFilter. Referenced by TGo4Script::ProduceScript(). |
|
Reimplemented from TGo4Proxy. Definition at line 142 of file TGo4HServProxy.cxx. |
|
Reimplemented from TGo4Proxy. Definition at line 146 of file TGo4HServProxy.cxx. |
|
Reimplemented from TGo4Proxy. Definition at line 151 of file TGo4HServProxy.cxx. References fxStructure. |
|
Reimplemented from TGo4Proxy. Definition at line 156 of file TGo4HServProxy.cxx. References fxStructure. |
|
Reimplemented from TGo4Proxy. Definition at line 161 of file TGo4HServProxy.cxx. References fxStructure, TGo4Slot::GetPar(), and TGo4Slot::GetSlot(). |
|
Reimplemented from TGo4Proxy. Definition at line 170 of file TGo4HServProxy.cxx. |
|
Reimplemented from TGo4Proxy. Definition at line 174 of file TGo4HServProxy.cxx. |
|
Reimplemented from TGo4Proxy. Definition at line 178 of file TGo4HServProxy.cxx. References fxStructure, TGo4Access::kndFolder, and TGo4Access::kndNone. |
|
Reimplemented from TGo4Proxy. Definition at line 183 of file TGo4HServProxy.cxx. References fxStructure. |
|
Reimplemented from TGo4Proxy. Definition at line 188 of file TGo4HServProxy.cxx. |
|
Definition at line 192 of file TGo4HServProxy.cxx. References s_his_head::c_data_time_cre, s_his_head::c_dtype, s_his_head::c_name, f_his_getdir(), fBaseName, fFilter, fPortNumber, fServerName, fUserPass, fxStructure, TGo4Slot::GetSlot(), s_his_head::l_bins_2, and TGo4Slot::SetPar(). Referenced by TGo4BrowserProxy::ConnectHServer(). |
|
Definition at line 243 of file TGo4HServProxy.cxx. References f_his_gethis(), fBaseName, fPortNumber, fServerName, and fUserPass. Referenced by TGo4HServObjectAccess::GetObject(). |
|
Definition at line 64 of file TGo4HServProxy.h. Referenced by GetHistogram(), GetServerName(), RequestHistosList(), and SetHServConfig(). |
|
Definition at line 65 of file TGo4HServProxy.h. Referenced by GetHistogram(), GetPortNumber(), RequestHistosList(), and SetHServConfig(). |
|
Definition at line 66 of file TGo4HServProxy.h. Referenced by GetBaseName(), GetHistogram(), RequestHistosList(), and SetHServConfig(). |
|
Definition at line 67 of file TGo4HServProxy.h. Referenced by GetHistogram(), GetUserPass(), RequestHistosList(), and SetHServConfig(). |
|
Definition at line 68 of file TGo4HServProxy.h. Referenced by GetFilter(), RequestHistosList(), and SetHServConfig(). |
|
Definition at line 70 of file TGo4HServProxy.h. Referenced by GetContainedClassName(), GetObjectKind(), HasSublevels(), MakeIter(), MakeProxy(), RequestHistosList(), and ~TGo4HServProxy(). |