GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TGo4TreeStoreParameter.h
Go to the documentation of this file.
1// $Id$
2//-----------------------------------------------------------------------
3// The GSI Online Offline Object Oriented (Go4) Project
4// Experiment Data Processing at EE department, GSI
5//-----------------------------------------------------------------------
6// Copyright (C) 2000- GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
7// Planckstr. 1, 64291 Darmstadt, Germany
8// Contact: http://go4.gsi.de
9//-----------------------------------------------------------------------
10// This software can be used under the license agreements as stated
11// in Go4License.txt file which is part of the distribution.
12//-----------------------------------------------------------------------
13
14#ifndef TGO4TREESTOREPARAMETER_H
15#define TGO4TREESTOREPARAMETER_H
16
18#include "TString.h"
19
24 friend class TGo4TreeStore;
25
26 public:
28
29 TGo4TreeStoreParameter(const char *name,
30 Int_t splitlevel = 1,
31 Int_t bufsize = 64000,
32 const char *filename = nullptr,
33 Int_t compression = 5);
34
36
38 void Print(Option_t *opt = "") const override;
39
41 Bool_t UpdateFrom(TGo4Parameter *rhs) override;
42
43 private:
44 Int_t fiSplit{1};
45 Int_t fiBufsize{64000};
46 Int_t fiCompression{5};
47
50 TString fxBranchFile;
51
52 ClassDefOverride(TGo4TreeStoreParameter,1)
53};
54
55#endif //TGO4TREESTOREPARAMETER_H
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.