GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
|
#include <TGo4HDF5StoreParameter.h>
Public Member Functions | |
TGo4HDF5StoreParameter () | |
TGo4HDF5StoreParameter (const char *name, Go4_H5_File_Flags flags=GO4_H5F_ACC_TRUNC) | |
virtual | ~TGo4HDF5StoreParameter () |
void | Print (Option_t *opt="") const override |
Bool_t | UpdateFrom (TGo4Parameter *rhs) override |
Go4_H5_File_Flags | GetHDF5Flags () const |
void | SetHDF5Flags (Go4_H5_File_Flags flags) |
![]() | |
TGo4EventStoreParameter () | |
TGo4EventStoreParameter (const char *name, Int_t id=0) | |
virtual | ~TGo4EventStoreParameter () |
Int_t | GetID () const |
void | Print (Option_t *opt="") const override |
![]() | |
TGo4Parameter () | |
TGo4Parameter (const char *name, const char *title="This is a Go4 Parameter Object") | |
virtual | ~TGo4Parameter () |
virtual Int_t | PrintParameter (Text_t *buffer=nullptr, Int_t buflen=0) |
void | Print (Option_t *opt="") const override |
Bool_t | UpdateFromUrl (const char *rest_url_opt) |
virtual Bool_t | CustomUpdateFrom () const |
void | Clear (Option_t *opt="") override |
void | GetMemberValues (TObjArray *fItems) |
Bool_t | SetMemberValues (TObjArray *fItems) |
void | SavePrimitive (std::ostream &fs, Option_t *opt="") override |
TGo4ParameterStatus * | CreateStatus () |
Bool_t | SetStatus (TGo4ParameterStatus *status) |
Private Attributes | |
Go4_H5_File_Flags | fiFlags {GO4_H5F_ACC_NONE} |
Additional Inherited Members | |
![]() | |
void | GetMemberValues (TObjArray *fItems, TClass *cl, char *ptr, unsigned long int cloffset) |
Bool_t | SetMemberValues (TObjArray *items, Int_t &itemsindx, TClass *cl, char *ptr, unsigned long int cloffset) |
Int_t | FindArrayLength (TObjArray *items, Int_t &itemsindx, TDataMember *member) |
Definition at line 20 of file TGo4HDF5StoreParameter.h.
TGo4HDF5StoreParameter::TGo4HDF5StoreParameter | ( | ) |
Definition at line 26 of file TGo4HDF5StoreParameter.cxx.
TGo4HDF5StoreParameter::TGo4HDF5StoreParameter | ( | const char * | name, |
Go4_H5_File_Flags | flags = GO4_H5F_ACC_TRUNC |
||
) |
Definition at line 19 of file TGo4HDF5StoreParameter.cxx.
|
virtual |
Definition at line 32 of file TGo4HDF5StoreParameter.cxx.
|
inline |
Definition at line 35 of file TGo4HDF5StoreParameter.h.
References fiFlags.
Referenced by TGo4ConfigStep::SetStepStatus(), and TGo4HDF5Store::TGo4HDF5Store().
|
override |
basic method to printout object
Definition at line 36 of file TGo4HDF5StoreParameter.cxx.
References fiFlags, TGo4EventStoreParameter::Print(), and TGo4Status::PrintLine().
|
inline |
Definition at line 36 of file TGo4HDF5StoreParameter.h.
References fiFlags.
Referenced by TGo4ConfigStep::StoreOverWrite(), and UpdateFrom().
|
overridevirtual |
update contents of parameter class with external object.
Reimplemented from TGo4EventStoreParameter.
Definition at line 42 of file TGo4HDF5StoreParameter.cxx.
References SetHDF5Flags(), and TGo4EventStoreParameter::UpdateFrom().
|
private |
Flags for HDF5 file mode
Definition at line 41 of file TGo4HDF5StoreParameter.h.
Referenced by GetHDF5Flags(), Print(), and SetHDF5Flags().