|
GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
|
#include <TGo4BackStoreParameter.h>
Inheritance diagram for TGo4BackStoreParameter:Public Member Functions | |
| TGo4BackStoreParameter () | |
| TGo4BackStoreParameter (const char *name, Int_t splitlevel=99, Int_t bufsize=32000) | |
| virtual | ~TGo4BackStoreParameter () |
| void | Print (Option_t *opt="") const override |
| Bool_t | UpdateFrom (TGo4Parameter *rhs) override |
| Int_t | GetSplitlevel () const |
| void | SetSplitlevel (Int_t split) |
| Int_t | GetBufsize () const |
| void | SetBufsize (Int_t bufsize) |
Public Member Functions inherited from TGo4EventStoreParameter | |
| TGo4EventStoreParameter () | |
| TGo4EventStoreParameter (const char *name, Int_t id=0) | |
| virtual | ~TGo4EventStoreParameter () |
| Int_t | GetID () const |
| void | Print (Option_t *opt="") const override |
Public Member Functions inherited from TGo4Parameter | |
| TGo4Parameter () | |
| TGo4Parameter (const char *name, const char *title="This is a Go4 Parameter Object") | |
| virtual | ~TGo4Parameter () |
| virtual Int_t | PrintParameter (Text_t *buffer=nullptr, Int_t buflen=0) |
| void | Print (Option_t *opt="") const override |
| Bool_t | UpdateFromUrl (const char *rest_url_opt) |
| virtual Bool_t | CustomUpdateFrom () const |
| void | Clear (Option_t *opt="") override |
| void | GetMemberValues (TObjArray *fItems) |
| Bool_t | SetMemberValues (TObjArray *fItems) |
| void | SavePrimitive (std::ostream &fs, Option_t *opt="") override |
| TGo4ParameterStatus * | CreateStatus () |
| Bool_t | SetStatus (TGo4ParameterStatus *status) |
Private Attributes | |
| Int_t | fiSplit {99} |
| Int_t | fiBufsize {64000} |
Additional Inherited Members | |
Protected Member Functions inherited from TGo4Parameter | |
| void | GetMemberValues (TObjArray *fItems, TClass *cl, char *ptr, unsigned long int cloffset) |
| Bool_t | SetMemberValues (TObjArray *items, Int_t &itemsindx, TClass *cl, char *ptr, unsigned long int cloffset) |
| Int_t | FindArrayLength (TObjArray *items, Int_t &itemsindx, TDataMember *member) |
Definition at line 19 of file TGo4BackStoreParameter.h.
| TGo4BackStoreParameter::TGo4BackStoreParameter | ( | ) |
Definition at line 28 of file TGo4BackStoreParameter.cxx.
| TGo4BackStoreParameter::TGo4BackStoreParameter | ( | const char * | name, |
| Int_t | splitlevel = 99, |
||
| Int_t | bufsize = 32000 |
||
| ) |
Definition at line 19 of file TGo4BackStoreParameter.cxx.
|
virtual |
Definition at line 34 of file TGo4BackStoreParameter.cxx.
|
inline |
Definition at line 38 of file TGo4BackStoreParameter.h.
References fiBufsize.
Referenced by TGo4ConfigStep::SetStepStatus(), TGo4BackStore::TGo4BackStore(), and TGo4AnalysisWebStatus::UpdateFromUrl().
|
inline |
Definition at line 35 of file TGo4BackStoreParameter.h.
References fiSplit.
Referenced by TGo4ConfigStep::SetStepStatus(), TGo4BackStore::TGo4BackStore(), and TGo4AnalysisWebStatus::UpdateFromUrl().
|
override |
Definition at line 38 of file TGo4BackStoreParameter.cxx.
References fiBufsize, fiSplit, TGo4EventStoreParameter::Print(), and TGo4Status::PrintLine().
|
inline |
Definition at line 39 of file TGo4BackStoreParameter.h.
References fiBufsize.
Referenced by TGo4Interface::StepBackStore(), TGo4ConfigStep::StoreBufferSize(), UpdateFrom(), and TGo4AnalysisWebStatus::UpdateFromUrl().
|
inline |
Definition at line 36 of file TGo4BackStoreParameter.h.
References fiSplit.
Referenced by TGo4Interface::StepBackStore(), TGo4ConfigStep::StoreSplitLevel(), UpdateFrom(), and TGo4AnalysisWebStatus::UpdateFromUrl().
|
overridevirtual |
update contents of parameter class with external object.
Reimplemented from TGo4EventStoreParameter.
Definition at line 45 of file TGo4BackStoreParameter.cxx.
References SetBufsize(), SetSplitlevel(), and TGo4EventStoreParameter::UpdateFrom().
|
private |
Size of the root io buffer.
Definition at line 47 of file TGo4BackStoreParameter.h.
Referenced by GetBufsize(), Print(), and SetBufsize().
|
private |
Splitlevel for Tree. Default is 1.
Definition at line 44 of file TGo4BackStoreParameter.h.
Referenced by GetSplitlevel(), Print(), and SetSplitlevel().
1.8.13