14#ifndef TGO4FILESTOREPARAMETER_H
15#define TGO4FILESTOREPARAMETER_H
28 Int_t splitlevel = 99,
29 Int_t bufsize = 32000,
30 Int_t compression = 5,
31 Int_t autosave = 10000);
35 void Print(Option_t *opt =
"")
const override;
TGo4EventStoreParameter()
Int_t fbOverwrite
True if old filestore of same name shall be overwritten.
void SetSplitlevel(Int_t split)
Int_t IsOverwriteMode() const
Int_t fiCompression
Compression level of the root file.
void SetCompression(Int_t comp)
void SetOverwriteMode(Bool_t over=kTRUE)
virtual ~TGo4FileStoreParameter()
void Print(Option_t *opt="") const override
void SetBufsize(Int_t bufsize)
Int_t GetCompression() const
Int_t fiAutosavesize
Autosave interval for the Tree.
void SetAutosaveSize(Int_t interval)
Int_t GetSplitlevel() const
Int_t fiBufsize
Size of the root io buffer.
Int_t fiSplit
Splitlevel for Tree.
Bool_t UpdateFrom(TGo4Parameter *rhs) override
update contents of parameter class with external object.
Int_t GetAutosaveSize() const