GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Go4EventServer
TGo4TreeStoreParameter.h
Go to the documentation of this file.
1
// $Id: TGo4TreeStoreParameter.h 478 2009-10-29 12:26:09Z linev $
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 für 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=0,
30
Int_t compression=5);
31
32
virtual
~TGo4TreeStoreParameter
() ;
33
36
virtual
Int_t
PrintParameter
(Text_t* buffer=0, Int_t buflen=0);
37
39
virtual
Bool_t
UpdateFrom
(
TGo4Parameter
* rhs);
40
41
private
:
42
Int_t
fiSplit
;
43
Int_t
fiBufsize
;
44
Int_t
fiCompression
;
45
48
TString
fxBranchFile
;
49
50
ClassDef(
TGo4TreeStoreParameter
,1)
51
};
52
53
#endif //TGO4TREESTOREPARAMETER_H
TGo4TreeStore
Definition:
TGo4TreeStore.h:39
TGo4TreeStoreParameter::~TGo4TreeStoreParameter
virtual ~TGo4TreeStoreParameter()
Definition:
TGo4TreeStoreParameter.cxx:43
TGo4EventStoreParameter.h
TGo4Parameter
Definition:
TGo4Parameter.h:30
TGo4TreeStoreParameter::fiSplit
Int_t fiSplit
Definition:
TGo4TreeStoreParameter.h:42
TGo4TreeStoreParameter::TGo4TreeStoreParameter
TGo4TreeStoreParameter()
Definition:
TGo4TreeStoreParameter.cxx:33
TGo4TreeStoreParameter::UpdateFrom
virtual Bool_t UpdateFrom(TGo4Parameter *rhs)
Definition:
TGo4TreeStoreParameter.cxx:85
TGo4EventStoreParameter
Definition:
TGo4EventStoreParameter.h:26
TGo4TreeStoreParameter::fiBufsize
Int_t fiBufsize
Definition:
TGo4TreeStoreParameter.h:43
TGo4TreeStoreParameter::fxBranchFile
TString fxBranchFile
Definition:
TGo4TreeStoreParameter.h:48
TGo4TreeStoreParameter::PrintParameter
virtual Int_t PrintParameter(Text_t *buffer=0, Int_t buflen=0)
Definition:
TGo4TreeStoreParameter.cxx:48
TGo4TreeStoreParameter::fiCompression
Int_t fiCompression
Definition:
TGo4TreeStoreParameter.h:44
TGo4TreeStoreParameter
Definition:
TGo4TreeStoreParameter.h:20
Generated on Fri Oct 26 2018 08:34:51 for GSI Object Oriented Online Offline (Go4) by
1.8.8