GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4BackStoreParameter.h>
Public Member Functions | |
TGo4BackStoreParameter () | |
TGo4BackStoreParameter (const char *name, Int_t splitlevel=99, Int_t bufsize=32000) | |
virtual | ~TGo4BackStoreParameter () |
virtual Int_t | PrintParameter (Text_t *buffer=0, Int_t buflen=0) |
virtual Bool_t | UpdateFrom (TGo4Parameter *rhs) |
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 |
Public Member Functions inherited from TGo4Parameter | |
TGo4Parameter () | |
TGo4Parameter (const char *name, const char *title="This is a Go4 Parameter Object") | |
virtual | ~TGo4Parameter () |
virtual void | Print (Option_t *dummy="") const |
Bool_t | UpdateFromUrl (const char *rest_url_opt) |
virtual Bool_t | CustomUpdateFrom () const |
virtual void | Clear (Option_t *opt="") |
void | GetMemberValues (TObjArray *fItems) |
Bool_t | SetMemberValues (TObjArray *fItems) |
virtual void | SavePrimitive (std::ostream &fs, Option_t *opt="") |
TGo4ParameterStatus * | CreateStatus () |
Bool_t | SetStatus (TGo4ParameterStatus *status) |
Private Attributes | |
Int_t | fiSplit |
Int_t | fiBufsize |
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 30 of file TGo4BackStoreParameter.cxx.
References GO4TRACE.
TGo4BackStoreParameter::TGo4BackStoreParameter | ( | const char * | name, |
Int_t | splitlevel = 99 , |
||
Int_t | bufsize = 32000 |
||
) |
Definition at line 20 of file TGo4BackStoreParameter.cxx.
References GO4TRACE.
|
virtual |
Definition at line 38 of file TGo4BackStoreParameter.cxx.
References GO4TRACE.
|
inline |
Definition at line 40 of file TGo4BackStoreParameter.h.
References fiBufsize.
Referenced by TGo4ConfigStep::SetStepStatus(), TGo4BackStore::TGo4BackStore(), UpdateFrom(), and TGo4AnalysisWebStatus::UpdateFromUrl().
|
inline |
Definition at line 37 of file TGo4BackStoreParameter.h.
References fiSplit.
Referenced by TGo4ConfigStep::SetStepStatus(), TGo4BackStore::TGo4BackStore(), UpdateFrom(), and TGo4AnalysisWebStatus::UpdateFromUrl().
|
virtual |
basic method to printout status information on stdout; to be overridden by specific subclass
Reimplemented from TGo4EventStoreParameter.
Definition at line 43 of file TGo4BackStoreParameter.cxx.
References fiBufsize, fiSplit, GO4TRACE, TGo4Status::PrintBuffer(), TGo4Status::PrintIndent(), and TGo4EventStoreParameter::PrintParameter().
|
inline |
Definition at line 41 of file TGo4BackStoreParameter.h.
References fiBufsize.
Referenced by TGo4Interface::StepBackStore(), TGo4ConfigStep::StoreBufferSize(), UpdateFrom(), and TGo4AnalysisWebStatus::UpdateFromUrl().
|
inline |
Definition at line 38 of file TGo4BackStoreParameter.h.
References fiSplit.
Referenced by TGo4Interface::StepBackStore(), TGo4ConfigStep::StoreSplitLevel(), UpdateFrom(), and TGo4AnalysisWebStatus::UpdateFromUrl().
|
virtual |
update contents of paramter class with external object.
Reimplemented from TGo4EventStoreParameter.
Definition at line 73 of file TGo4BackStoreParameter.cxx.
References GetBufsize(), GetSplitlevel(), GO4TRACE, SetBufsize(), SetSplitlevel(), and TGo4EventStoreParameter::UpdateFrom().
|
private |
Size of the root io buffer.
Definition at line 49 of file TGo4BackStoreParameter.h.
Referenced by GetBufsize(), PrintParameter(), and SetBufsize().
|
private |
Splitlevel for Tree. Default is 1.
Definition at line 46 of file TGo4BackStoreParameter.h.
Referenced by GetSplitlevel(), PrintParameter(), and SetSplitlevel().