#include <TGo4FileStoreParameter.h>
Public Member Functions | |
TGo4FileStoreParameter () | |
TGo4FileStoreParameter (const char *name, Int_t splitlevel=99, Int_t bufsize=32000, Int_t compression=5, Int_t autosave=5000000) | |
virtual | ~TGo4FileStoreParameter () |
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) |
Int_t | GetCompression () const |
void | SetCompression (Int_t comp) |
Int_t | GetAutosaveSize () const |
void | SetAutosaveSize (Int_t bufsize) |
Int_t | IsOverwriteMode () const |
void | SetOverwriteMode (Bool_t over=kTRUE) |
Private Attributes | |
Int_t | fiSplit |
Int_t | fiBufsize |
Int_t | fiCompression |
Int_t | fiAutosavesize |
Int_t | fbOverwrite |
Definition at line 19 of file TGo4FileStoreParameter.h.
TGo4FileStoreParameter::TGo4FileStoreParameter | ( | ) |
Definition at line 33 of file TGo4FileStoreParameter.cxx.
References GO4TRACE.
TGo4FileStoreParameter::TGo4FileStoreParameter | ( | const char * | name, | |
Int_t | splitlevel = 99 , |
|||
Int_t | bufsize = 32000 , |
|||
Int_t | compression = 5 , |
|||
Int_t | autosave = 5000000 | |||
) |
Definition at line 20 of file TGo4FileStoreParameter.cxx.
References GO4TRACE.
TGo4FileStoreParameter::~TGo4FileStoreParameter | ( | ) | [virtual] |
Definition at line 42 of file TGo4FileStoreParameter.cxx.
References GO4TRACE.
Int_t TGo4FileStoreParameter::GetAutosaveSize | ( | ) | const [inline] |
Definition at line 48 of file TGo4FileStoreParameter.h.
References fiAutosavesize.
Referenced by TGo4FileStore::TGo4FileStore(), and UpdateFrom().
Int_t TGo4FileStoreParameter::GetBufsize | ( | ) | const [inline] |
Definition at line 42 of file TGo4FileStoreParameter.h.
References fiBufsize.
Referenced by TGo4ConfigStep::SetStepStatus(), TGo4FileStore::TGo4FileStore(), and UpdateFrom().
Int_t TGo4FileStoreParameter::GetCompression | ( | ) | const [inline] |
Definition at line 45 of file TGo4FileStoreParameter.h.
References fiCompression.
Referenced by TGo4ConfigStep::SetStepStatus(), TGo4FileStore::TGo4FileStore(), and UpdateFrom().
Int_t TGo4FileStoreParameter::GetSplitlevel | ( | ) | const [inline] |
Definition at line 39 of file TGo4FileStoreParameter.h.
References fiSplit.
Referenced by TGo4ConfigStep::SetStepStatus(), TGo4FileStore::TGo4FileStore(), and UpdateFrom().
Int_t TGo4FileStoreParameter::IsOverwriteMode | ( | ) | const [inline] |
Definition at line 51 of file TGo4FileStoreParameter.h.
References fbOverwrite.
Referenced by TGo4ConfigStep::SetStepStatus(), TGo4FileStore::TGo4FileStore(), and UpdateFrom().
Int_t TGo4FileStoreParameter::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 46 of file TGo4FileStoreParameter.cxx.
References fiAutosavesize, fiBufsize, fiCompression, fiSplit, GO4TRACE, TGo4Status::PrintBuffer(), and TGo4Status::PrintIndent().
void TGo4FileStoreParameter::SetAutosaveSize | ( | Int_t | bufsize | ) | [inline] |
Definition at line 49 of file TGo4FileStoreParameter.h.
References fiAutosavesize.
Referenced by UpdateFrom().
void TGo4FileStoreParameter::SetBufsize | ( | Int_t | bufsize | ) | [inline] |
Definition at line 43 of file TGo4FileStoreParameter.h.
References fiBufsize.
Referenced by TGo4Interface::StepFileStore(), TGo4ConfigStep::StoreBufferSize(), and UpdateFrom().
void TGo4FileStoreParameter::SetCompression | ( | Int_t | comp | ) | [inline] |
Definition at line 46 of file TGo4FileStoreParameter.h.
References fiCompression.
Referenced by TGo4Interface::StepFileStore(), TGo4ConfigStep::StoreCompLevel(), and UpdateFrom().
void TGo4FileStoreParameter::SetOverwriteMode | ( | Bool_t | over = kTRUE |
) | [inline] |
Definition at line 52 of file TGo4FileStoreParameter.h.
References fbOverwrite.
Referenced by main(), TGo4Interface::StepFileStore(), TGo4ConfigStep::StoreOverWrite(), TXXXAnalysis::TXXXAnalysis(), TYYYAnalysis::TYYYAnalysis(), and UpdateFrom().
void TGo4FileStoreParameter::SetSplitlevel | ( | Int_t | split | ) | [inline] |
Definition at line 40 of file TGo4FileStoreParameter.h.
References fiSplit.
Referenced by TGo4Interface::StepFileStore(), TGo4ConfigStep::StoreSplitLevel(), and UpdateFrom().
Bool_t TGo4FileStoreParameter::UpdateFrom | ( | TGo4Parameter * | rhs | ) | [virtual] |
update contents of paramter class with external object.
Reimplemented from TGo4EventStoreParameter.
Definition at line 82 of file TGo4FileStoreParameter.cxx.
References GetAutosaveSize(), GetBufsize(), GetCompression(), GetSplitlevel(), GO4TRACE, IsOverwriteMode(), SetAutosaveSize(), SetBufsize(), SetCompression(), SetOverwriteMode(), SetSplitlevel(), and TGo4EventStoreParameter::UpdateFrom().
Int_t TGo4FileStoreParameter::fbOverwrite [private] |
True if old filestore of same name shall be overwritten. False if old filestore should be opened in append (update) mode. internally, we use Int_t for root streamer problems.
Definition at line 71 of file TGo4FileStoreParameter.h.
Referenced by IsOverwriteMode(), and SetOverwriteMode().
Int_t TGo4FileStoreParameter::fiAutosavesize [private] |
Autosave interval for the Tree.
Definition at line 66 of file TGo4FileStoreParameter.h.
Referenced by GetAutosaveSize(), PrintParameter(), and SetAutosaveSize().
Int_t TGo4FileStoreParameter::fiBufsize [private] |
Size of the root io buffer.
Definition at line 60 of file TGo4FileStoreParameter.h.
Referenced by GetBufsize(), PrintParameter(), and SetBufsize().
Int_t TGo4FileStoreParameter::fiCompression [private] |
Compression level of the root file. Default is 5.
Definition at line 63 of file TGo4FileStoreParameter.h.
Referenced by GetCompression(), PrintParameter(), and SetCompression().
Int_t TGo4FileStoreParameter::fiSplit [private] |
Splitlevel for Tree. Default is 1.
Definition at line 57 of file TGo4FileStoreParameter.h.
Referenced by GetSplitlevel(), PrintParameter(), and SetSplitlevel().