GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
Go4EventServer
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
17
#include "
TGo4EventStoreParameter.h
"
18
#include "TString.h"
19
20
class
TGo4TreeStoreParameter
:
public
TGo4EventStoreParameter
{
21
friend
class
TGo4TreeStore
;
22
23
public
:
24
TGo4TreeStoreParameter
();
25
26
TGo4TreeStoreParameter
(
const
char
*name,
27
Int_t splitlevel = 1,
28
Int_t bufsize = 64000,
29
const
char
*filename =
nullptr
,
30
Int_t compression = 5);
31
32
virtual
~TGo4TreeStoreParameter
();
33
35
void
Print
(Option_t *opt =
""
)
const override
;
36
38
Bool_t
UpdateFrom
(
TGo4Parameter
*rhs)
override
;
39
40
private
:
41
Int_t
fiSplit
{1};
42
Int_t
fiBufsize
{64000};
43
Int_t
fiCompression
{5};
44
47
TString
fxBranchFile
;
48
49
ClassDefOverride(
TGo4TreeStoreParameter
,1)
50
};
51
52
#endif //TGO4TREESTOREPARAMETER_H
TGo4TreeStore
Definition:
TGo4TreeStore.h:39
TGo4TreeStoreParameter::~TGo4TreeStoreParameter
virtual ~TGo4TreeStoreParameter()
Definition:
TGo4TreeStoreParameter.cxx:36
TGo4EventStoreParameter.h
TGo4Parameter
Definition:
TGo4Parameter.h:28
TGo4TreeStoreParameter::fiSplit
Int_t fiSplit
Definition:
TGo4TreeStoreParameter.h:41
TGo4TreeStoreParameter::TGo4TreeStoreParameter
TGo4TreeStoreParameter()
Definition:
TGo4TreeStoreParameter.cxx:30
TGo4TreeStoreParameter::Print
void Print(Option_t *opt="") const override
Definition:
TGo4TreeStoreParameter.cxx:40
TGo4EventStoreParameter
Definition:
TGo4EventStoreParameter.h:26
TGo4TreeStoreParameter::fiBufsize
Int_t fiBufsize
Definition:
TGo4TreeStoreParameter.h:42
TGo4TreeStoreParameter::fxBranchFile
TString fxBranchFile
Definition:
TGo4TreeStoreParameter.h:47
TGo4TreeStoreParameter::UpdateFrom
Bool_t UpdateFrom(TGo4Parameter *rhs) override
Definition:
TGo4TreeStoreParameter.cxx:50
TGo4TreeStoreParameter::fiCompression
Int_t fiCompression
Definition:
TGo4TreeStoreParameter.h:43
TGo4TreeStoreParameter
Definition:
TGo4TreeStoreParameter.h:20
Generated on Wed Jan 10 2024 15:04:17 for GSI Object Oriented Online Offline (Go4) by
1.8.13