#include <TGo4BackStoreParameter.h>
Inheritance diagram for TGo4BackStoreParameter:
Public Methods | |
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) |
basic method to printout status information on stdout; to be overridden by specific subclass. More... | |
virtual Bool_t | UpdateFrom (TGo4Parameter *rhs) |
update contents of paramter class with external object. More... | |
Int_t | GetSplitlevel () const |
void | SetSplitlevel (Int_t split) |
Int_t | GetBufsize () const |
void | SetBufsize (Int_t bufsize) |
Private Attributes | |
Int_t | fiSplit |
Splitlevel for Tree. More... | |
Int_t | fiBufsize |
Size of the root io buffer. More... | |
Friends | |
class | TGo4BackStore |
|
Definition at line 33 of file TGo4BackStoreParameter.cxx. References GO4EV_BACK, and TRACE. |
|
Definition at line 23 of file TGo4BackStoreParameter.cxx. References GO4EV_BACK, and TRACE. |
|
Definition at line 41 of file TGo4BackStoreParameter.cxx. References TRACE. |
|
basic method to printout status information on stdout; to be overridden by specific subclass.
Reimplemented from TGo4EventStoreParameter. Definition at line 46 of file TGo4BackStoreParameter.cxx. References fiBufsize, fiSplit, TGo4Status::PrintBuffer(), TGo4Status::PrintIndent(), TGo4EventStoreParameter::PrintParameter(), and TRACE. |
|
update contents of paramter class with external object.
Reimplemented from TGo4EventStoreParameter. Definition at line 77 of file TGo4BackStoreParameter.cxx. References GetBufsize(), GetSplitlevel(), SetBufsize(), SetSplitlevel(), TRACE, and TGo4EventStoreParameter::UpdateFrom(). |
|
Definition at line 41 of file TGo4BackStoreParameter.h. References fiSplit. Referenced by UpdateFrom(). |
|
Definition at line 42 of file TGo4BackStoreParameter.h. References fiSplit. Referenced by UpdateFrom(). |
|
Definition at line 44 of file TGo4BackStoreParameter.h. References fiBufsize. Referenced by UpdateFrom(). |
|
Definition at line 45 of file TGo4BackStoreParameter.h. References fiBufsize. Referenced by UpdateFrom(). |
|
Definition at line 23 of file TGo4BackStoreParameter.h. |
|
Splitlevel for Tree. Default is 1. Definition at line 50 of file TGo4BackStoreParameter.h. Referenced by GetSplitlevel(), PrintParameter(), and SetSplitlevel(). |
|
Size of the root io buffer.
Definition at line 53 of file TGo4BackStoreParameter.h. Referenced by GetBufsize(), PrintParameter(), and SetBufsize(). |