#include <TGo4FileStoreParameter.h>
Inheritance diagram for TGo4FileStoreParameter:
Public Methods | |
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) |
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) |
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 |
Splitlevel for Tree. More... | |
Int_t | fiBufsize |
Size of the root io buffer. More... | |
Int_t | fiCompression |
Compression level of the root file. More... | |
Int_t | fiAutosavesize |
Autosave interval for the Tree. More... | |
Int_t | fbOverwrite |
True if old filestore of same name shall be overwritten. More... | |
Friends | |
class | TGo4FileStore |
|
Definition at line 36 of file TGo4FileStoreParameter.cxx. References GO4EV_FILE, and TRACE. |
|
Definition at line 23 of file TGo4FileStoreParameter.cxx. References GO4EV_FILE, and TRACE. |
|
Definition at line 45 of file TGo4FileStoreParameter.cxx. References TRACE. |
|
basic method to printout status information on stdout; to be overridden by specific subclass.
Reimplemented from TGo4EventStoreParameter. Definition at line 49 of file TGo4FileStoreParameter.cxx. References fiAutosavesize, fiBufsize, fiCompression, fiSplit, TGo4Status::PrintBuffer(), TGo4Status::PrintIndent(), TGo4EventStoreParameter::PrintParameter(), and TRACE. |
|
update contents of paramter class with external object.
Reimplemented from TGo4EventStoreParameter. Definition at line 85 of file TGo4FileStoreParameter.cxx. References GetAutosaveSize(), GetBufsize(), GetCompression(), GetSplitlevel(), IsOverwriteMode(), SetAutosaveSize(), SetBufsize(), SetCompression(), SetOverwriteMode(), SetSplitlevel(), TRACE, and TGo4EventStoreParameter::UpdateFrom(). |
|
Definition at line 45 of file TGo4FileStoreParameter.h. References fiSplit. Referenced by UpdateFrom(). |
|
Definition at line 46 of file TGo4FileStoreParameter.h. References fiSplit. Referenced by UpdateFrom(). |
|
Definition at line 48 of file TGo4FileStoreParameter.h. References fiBufsize. Referenced by UpdateFrom(). |
|
Definition at line 49 of file TGo4FileStoreParameter.h. References fiBufsize. Referenced by UpdateFrom(). |
|
Definition at line 51 of file TGo4FileStoreParameter.h. References fiCompression. Referenced by UpdateFrom(). |
|
Definition at line 52 of file TGo4FileStoreParameter.h. References fiCompression. Referenced by UpdateFrom(). |
|
Definition at line 54 of file TGo4FileStoreParameter.h. References fiAutosavesize. Referenced by UpdateFrom(). |
|
Definition at line 55 of file TGo4FileStoreParameter.h. References fiAutosavesize. Referenced by UpdateFrom(). |
|
Definition at line 57 of file TGo4FileStoreParameter.h. References fbOverwrite. Referenced by UpdateFrom(). |
|
Definition at line 58 of file TGo4FileStoreParameter.h. References fbOverwrite. Referenced by TXXXAnalysis::TXXXAnalysis(), TYYYAnalysis::TYYYAnalysis(), and UpdateFrom(). |
|
Definition at line 25 of file TGo4FileStoreParameter.h. |
|
Splitlevel for Tree. Default is 1. Definition at line 63 of file TGo4FileStoreParameter.h. Referenced by GetSplitlevel(), PrintParameter(), and SetSplitlevel(). |
|
Size of the root io buffer.
Definition at line 66 of file TGo4FileStoreParameter.h. Referenced by GetBufsize(), PrintParameter(), and SetBufsize(). |
|
Compression level of the root file. Default is 5. Definition at line 69 of file TGo4FileStoreParameter.h. Referenced by GetCompression(), PrintParameter(), and SetCompression(). |
|
Autosave interval for the Tree.
Definition at line 72 of file TGo4FileStoreParameter.h. Referenced by GetAutosaveSize(), PrintParameter(), and SetAutosaveSize(). |
|
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 77 of file TGo4FileStoreParameter.h. Referenced by IsOverwriteMode(), and SetOverwriteMode(). |