14#ifndef TGO4TREESTOREPARAMETER_H
15#define TGO4TREESTOREPARAMETER_H
31 Int_t bufsize = 64000,
32 const char *filename =
nullptr,
33 Int_t compression = 5);
38 void Print(Option_t *opt =
"")
const override;
Basic type for all classes containing information to parametrize the event store.
friend class TGo4TreeStore
virtual ~TGo4TreeStoreParameter()
TGo4TreeStoreParameter(const char *name, Int_t splitlevel=1, Int_t bufsize=64000, const char *filename=nullptr, Int_t compression=5)
TString fxBranchFile
Filename for branch file.
void Print(Option_t *opt="") const override
basic method to printout object
Bool_t UpdateFrom(TGo4Parameter *rhs) override
update contents of parameter class with external object.