GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Backstore parameter. More...
#include <TGo4BackStoreParameter.h>
Public Member Functions | |
TGo4BackStoreParameter () | |
TGo4BackStoreParameter (const char *name, Int_t splitlevel=99, Int_t bufsize=32000) | |
virtual | ~TGo4BackStoreParameter () |
Int_t | GetBufsize () const |
Int_t | GetSplitlevel () const |
void | Print (Option_t *opt="") const override |
void | SetBufsize (Int_t bufsize) |
void | SetSplitlevel (Int_t split) |
Bool_t | UpdateFrom (TGo4Parameter *rhs) override |
update contents of parameter class with external object. | |
![]() | |
TGo4EventStoreParameter () | |
TGo4EventStoreParameter (const char *name, Int_t id=0) | |
virtual | ~TGo4EventStoreParameter () |
Int_t | GetID () const |
void | Print (Option_t *opt="") const override |
Bool_t | UpdateFrom (TGo4Parameter *rhs) override |
update contents of parameter class with external object. | |
![]() | |
TGo4Parameter () | |
TGo4Parameter (const char *name, const char *title="This is a Go4 Parameter Object") | |
virtual | ~TGo4Parameter () |
void | Clear (Option_t *opt="") override |
TGo4ParameterStatus * | CreateStatus () |
Creates parameter status object. | |
virtual Bool_t | CustomUpdateFrom () const |
Specifies, if user implement UpdateFrom() method and it should be used when parameter updated from other. | |
void | GetMemberValues (TObjArray *fItems) |
void | Print (Option_t *opt="") const override |
virtual Int_t | PrintParameter (Text_t *buffer=nullptr, Int_t buflen=0) |
DEPRECATED! | |
void | SavePrimitive (std::ostream &fs, Option_t *opt="") override |
Standard way to store parameter in form of macro,. | |
Bool_t | SetMemberValues (TObjArray *fItems) |
Bool_t | SetStatus (TGo4ParameterStatus *status) |
Set status object - apply member values to the parameter. | |
Bool_t | UpdateFromUrl (const char *rest_url_opt) |
Method used by HTTP server to update some fields, specified in URL syntax. | |
Private Attributes | |
Int_t | fiBufsize {64000} |
Size of the root io buffer. | |
Int_t | fiSplit {99} |
Splitlevel for Tree. | |
Additional Inherited Members | |
![]() | |
Int_t | FindArrayLength (TObjArray *items, Int_t &itemsindx, TDataMember *member) |
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) |
Backstore parameter.
Definition at line 24 of file TGo4BackStoreParameter.h.
TGo4BackStoreParameter::TGo4BackStoreParameter | ( | ) |
Definition at line 28 of file TGo4BackStoreParameter.cxx.
References TGo4EventStoreParameter::TGo4EventStoreParameter(), and GO4EV_BACK.
Referenced by UpdateFrom().
TGo4BackStoreParameter::TGo4BackStoreParameter | ( | const char * | name, |
Int_t | splitlevel = 99, | ||
Int_t | bufsize = 32000 ) |
Definition at line 19 of file TGo4BackStoreParameter.cxx.
References TGo4EventStoreParameter::TGo4EventStoreParameter(), fiBufsize, fiSplit, and GO4EV_BACK.
|
virtual |
Definition at line 34 of file TGo4BackStoreParameter.cxx.
|
inline |
Definition at line 43 of file TGo4BackStoreParameter.h.
References fiBufsize.
Referenced by TGo4BackStore::TGo4BackStore(), TGo4ConfigStep::SetStepStatus(), and TGo4AnalysisWebStatus::UpdateFromUrl().
|
inline |
Definition at line 40 of file TGo4BackStoreParameter.h.
References fiSplit.
Referenced by TGo4BackStore::TGo4BackStore(), TGo4ConfigStep::SetStepStatus(), and TGo4AnalysisWebStatus::UpdateFromUrl().
|
override |
Definition at line 38 of file TGo4BackStoreParameter.cxx.
References fiBufsize, fiSplit, TGo4EventStoreParameter::Print(), and TGo4Status::PrintLine().
|
inline |
Definition at line 44 of file TGo4BackStoreParameter.h.
References fiBufsize.
Referenced by TGo4Interface::StepBackStore(), TGo4ConfigStep::StoreBufferSize(), UpdateFrom(), and TGo4AnalysisWebStatus::UpdateFromUrl().
|
inline |
Definition at line 41 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 TGo4Parameter.
Definition at line 45 of file TGo4BackStoreParameter.cxx.
References TGo4BackStoreParameter(), TGo4Parameter::TGo4Parameter(), SetBufsize(), SetSplitlevel(), and TGo4EventStoreParameter::UpdateFrom().
|
private |
Size of the root io buffer.
Definition at line 52 of file TGo4BackStoreParameter.h.
Referenced by TGo4BackStoreParameter(), GetBufsize(), Print(), and SetBufsize().
|
private |
Splitlevel for Tree.
Default is 1.
Definition at line 49 of file TGo4BackStoreParameter.h.
Referenced by TGo4BackStoreParameter(), GetSplitlevel(), Print(), and SetSplitlevel().