#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 () |
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 | |
virtual Bool_t | UpdateFrom (TGo4Parameter *rhs) |
update contents of paramter class with external object. | |
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. | |
Int_t | fiBufsize |
Size of the root io buffer. |
|
Definition at line 34 of file TGo4BackStoreParameter.cxx. References TRACE. |
|
Definition at line 24 of file TGo4BackStoreParameter.cxx. References TRACE. |
|
Definition at line 42 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 47 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 39 of file TGo4BackStoreParameter.h. References fiSplit. Referenced by TGo4BackStore::TGo4BackStore(), and UpdateFrom(). |
|
Definition at line 40 of file TGo4BackStoreParameter.h. References fiSplit. Referenced by TGo4Interface::StepBackStore(), and UpdateFrom(). |
|
Definition at line 42 of file TGo4BackStoreParameter.h. References fiBufsize. Referenced by TGo4BackStore::TGo4BackStore(), and UpdateFrom(). |
|
Definition at line 43 of file TGo4BackStoreParameter.h. References fiBufsize. Referenced by TGo4Interface::StepBackStore(), and UpdateFrom(). |
|
Splitlevel for Tree. Default is 1. Definition at line 48 of file TGo4BackStoreParameter.h. Referenced by GetSplitlevel(), PrintParameter(), and SetSplitlevel(). |
|
Size of the root io buffer.
Definition at line 51 of file TGo4BackStoreParameter.h. Referenced by GetBufsize(), PrintParameter(), and SetBufsize(). |