GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4TreeStoreParameter.h>
Public Member Functions | |
TGo4TreeStoreParameter () | |
TGo4TreeStoreParameter (const char *name, Int_t splitlevel=1, Int_t bufsize=64000, const char *filename=0, Int_t compression=5) | |
virtual | ~TGo4TreeStoreParameter () |
virtual Int_t | PrintParameter (Text_t *buffer=0, Int_t buflen=0) |
virtual Bool_t | UpdateFrom (TGo4Parameter *rhs) |
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 |
Int_t | fiCompression |
TString | fxBranchFile |
Friends | |
class | TGo4TreeStore |
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 20 of file TGo4TreeStoreParameter.h.
TGo4TreeStoreParameter::TGo4TreeStoreParameter | ( | ) |
Definition at line 33 of file TGo4TreeStoreParameter.cxx.
References GO4TRACE.
TGo4TreeStoreParameter::TGo4TreeStoreParameter | ( | const char * | name, |
Int_t | splitlevel = 1 , |
||
Int_t | bufsize = 64000 , |
||
const char * | filename = 0 , |
||
Int_t | compression = 5 |
||
) |
Definition at line 20 of file TGo4TreeStoreParameter.cxx.
References fxBranchFile, and GO4TRACE.
|
virtual |
Definition at line 43 of file TGo4TreeStoreParameter.cxx.
References GO4TRACE.
|
virtual |
basic method to printout status information on stdout; to be overridden by specific subclass
Reimplemented from TGo4EventStoreParameter.
Definition at line 48 of file TGo4TreeStoreParameter.cxx.
References fiBufsize, fiCompression, fiSplit, fxBranchFile, GO4TRACE, TGo4Status::PrintBuffer(), TGo4Status::PrintIndent(), and TGo4EventStoreParameter::PrintParameter().
|
virtual |
update contents of paramter class with external object.
Reimplemented from TGo4EventStoreParameter.
Definition at line 85 of file TGo4TreeStoreParameter.cxx.
References fiBufsize, fiCompression, fiSplit, GO4TRACE, and TGo4EventStoreParameter::UpdateFrom().
|
friend |
Definition at line 21 of file TGo4TreeStoreParameter.h.
|
private |
Definition at line 43 of file TGo4TreeStoreParameter.h.
Referenced by PrintParameter(), and UpdateFrom().
|
private |
Definition at line 44 of file TGo4TreeStoreParameter.h.
Referenced by PrintParameter(), TGo4TreeStore::TGo4TreeStore(), and UpdateFrom().
|
private |
Definition at line 42 of file TGo4TreeStoreParameter.h.
Referenced by PrintParameter(), and UpdateFrom().
|
private |
Filename for branch file. If Null, the branch is stored in the maintree file.
Definition at line 48 of file TGo4TreeStoreParameter.h.
Referenced by PrintParameter(), TGo4TreeStore::TGo4TreeStore(), and TGo4TreeStoreParameter().