GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
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 
27  virtual ~TGo4HDF5StoreParameter();
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
Definition: Go4HDF5.h:41
void SetHDF5Flags(Go4_H5_File_Flags flags)
Go4_H5_File_Flags GetHDF5Flags() const
void Print(Option_t *opt="") const override
Bool_t UpdateFrom(TGo4Parameter *rhs) override