GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TGo4HDF5StoreParameter.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 TGO4HDF5STOREPARAMETER_H
15#define TGO4HDF5STOREPARAMETER_H
16
18#include "Go4HDF5.h"
19
21
22 public:
24
26
28
30 void Print(Option_t *opt = "") const override;
31
33 Bool_t UpdateFrom(TGo4Parameter *rhs) override;
34
36 void SetHDF5Flags(Go4_H5_File_Flags flags) { fiFlags = flags; }
37
38 private:
39
42
43 ClassDefOverride(TGo4HDF5StoreParameter,1)
44};
45
46#endif //TGO4HDF5STOREPARAMETER_H
Go4_H5_File_Flags
to decouple parameter from hdf5 library we use own definitions for file modes
Definition Go4HDF5.h:41
@ GO4_H5F_ACC_TRUNC
Definition Go4HDF5.h:43
@ GO4_H5F_ACC_NONE
Definition Go4HDF5.h:42
Bool_t UpdateFrom(TGo4Parameter *rhs) override
update contents of parameter class with external object.
void SetHDF5Flags(Go4_H5_File_Flags flags)
Go4_H5_File_Flags fiFlags
Flags for HDF5 file mode.
Go4_H5_File_Flags GetHDF5Flags() const
void Print(Option_t *opt="") const override
basic method to printout object