#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) |
Private Attributes | |
Int_t | fiSplit |
Int_t | fiBufsize |
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.
TGo4BackStoreParameter::~TGo4BackStoreParameter | ( | ) | [virtual] |
Definition at line 38 of file TGo4BackStoreParameter.cxx.
References GO4TRACE.
Int_t TGo4BackStoreParameter::GetBufsize | ( | ) | const [inline] |
Definition at line 40 of file TGo4BackStoreParameter.h.
References fiBufsize.
Referenced by TGo4ConfigStep::SetStepStatus(), TGo4BackStore::TGo4BackStore(), and UpdateFrom().
Int_t TGo4BackStoreParameter::GetSplitlevel | ( | ) | const [inline] |
Definition at line 37 of file TGo4BackStoreParameter.h.
References fiSplit.
Referenced by TGo4ConfigStep::SetStepStatus(), TGo4BackStore::TGo4BackStore(), and UpdateFrom().
Int_t TGo4BackStoreParameter::PrintParameter | ( | Text_t * | buffer = 0 , |
|
Int_t | buflen = 0 | |||
) | [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(), and TGo4Status::PrintIndent().
void TGo4BackStoreParameter::SetBufsize | ( | Int_t | bufsize | ) | [inline] |
Definition at line 41 of file TGo4BackStoreParameter.h.
References fiBufsize.
Referenced by TGo4Interface::StepBackStore(), TGo4ConfigStep::StoreBufferSize(), and UpdateFrom().
void TGo4BackStoreParameter::SetSplitlevel | ( | Int_t | split | ) | [inline] |
Definition at line 38 of file TGo4BackStoreParameter.h.
References fiSplit.
Referenced by TGo4Interface::StepBackStore(), TGo4ConfigStep::StoreSplitLevel(), and UpdateFrom().
Bool_t TGo4BackStoreParameter::UpdateFrom | ( | TGo4Parameter * | rhs | ) | [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().
Int_t TGo4BackStoreParameter::fiBufsize [private] |
Size of the root io buffer.
Definition at line 49 of file TGo4BackStoreParameter.h.
Referenced by GetBufsize(), PrintParameter(), and SetBufsize().
Int_t TGo4BackStoreParameter::fiSplit [private] |
Splitlevel for Tree. Default is 1.
Definition at line 46 of file TGo4BackStoreParameter.h.
Referenced by GetSplitlevel(), PrintParameter(), and SetSplitlevel().