GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Event store which fills entries to a dataset in a hdf5 formatted file. More...
#include <TGo4HDF5Store.h>
Public Member Functions | |
TGo4HDF5Store () | |
TGo4HDF5Store (const char *name, UInt_t flags) | |
TGo4HDF5Store (TGo4HDF5StoreParameter *par) | |
virtual | ~TGo4HDF5Store () |
Int_t | Store (TFolder *fold) override |
Saves a complete objects folder correlated with the current event into the storage. | |
Int_t | Store (TGo4Condition *conny) override |
Saves a condition correlated with the current event into the storage. | |
Int_t | Store (TGo4EventElement *event) override |
Stores eventelement event into the storage implementation. | |
Int_t | Store (TGo4Fitter *fitter) override |
Saves a fitter correlated with the current event into the storage. | |
Int_t | Store (TGo4Parameter *cali) override |
Saves a calibration object correlated with the current event into the storage. | |
![]() | |
TGo4EventStore () | |
TGo4EventStore (const char *name) | |
virtual | ~TGo4EventStore () |
void | Clear (Option_t *opt="") override |
We overwrite the default TNamed::Clear that would erase our name and title! | |
virtual TTree * | GetTree () |
Access to a tree that might belong to this storage implementation. | |
![]() | |
TGo4HDF5Adapter () | |
virtual | ~TGo4HDF5Adapter () |
Protected Member Functions | |
void | BuildDataSet (TGo4EventElement *event) override |
initialize dataset from event structure | |
void | OpenFile (const char *name=nullptr) override |
opens the hdf5 file depending on the setup | |
void | WriteToStore (TNamed *ob) |
used by all Store methods to write with referencing event number in name | |
![]() | |
void | BuildDataType (TGo4EventElement *event, TGo4HDF5DataHandle *parent=nullptr, Int_t index=0) |
Prepare data type from event structure for hdf5. | |
virtual void | CloseFile () |
opens the hdf5 file depending on the setup | |
UInt_t | ConvertFileMode (Go4_H5_File_Flags flags) |
Convert common go4 filemode flags to hdf5 flags: | |
virtual void | DeleteDataSet () |
delete dataset resource | |
size_t | ScanEventSize (TGo4EventElement *event) |
evaluate total memory size of event object regarding composite subevents | |
Additional Inherited Members | |
![]() | |
static void | AddSubHandle (TGo4HDF5DataHandle *handle, const char *name, const char *type, size_t size, size_t memberoffset, const char *membername, const char *classname, TClass *valueclass) |
Add subhandle to handle that represents a contained collection. | |
static void | FillTypeInfo (TGo4HDF5DataHandle *handle, const char *membername, const char *memtypename, size_t memberoffset=0, Int_t arraydim=0, TDataMember *member=nullptr) |
evaluate h5 type information for basic types of memtypename | |
static void | FillTypeInfo (TGo4HDF5DataHandle *handle, TClass *rootclass, const char *basename=nullptr) |
evaluate h5 type information from root class streamer | |
![]() | |
static const char * | fgcFILESUF = ".h5" |
Standard suffix for file name. | |
![]() | |
enum | { fguTXTLEN = 256 } |
text length More... | |
![]() | |
Bool_t | fbDataSetExists {kFALSE} |
True if branch already exists. | |
hsize_t | fiFillCount {0} |
counter of filled events. | |
UInt_t | fiFlags {0} |
remember file property flags. | |
TGo4EventElement * | fxEvent {nullptr} |
Points to event structure to be filled into dataset. | |
H5::H5File * | fxFile {nullptr} |
the currently open hdf5 file | |
TGo4HDF5DataHandle * | fxHandle {nullptr} |
handle object to recursively treat the io of nested event components | |
Event store which fills entries to a dataset in a hdf5 formatted file.
Definition at line 32 of file TGo4HDF5Store.h.
TGo4HDF5Store::TGo4HDF5Store | ( | ) |
Definition at line 35 of file TGo4HDF5Store.cxx.
References TGo4EventStore::TGo4EventStore(), TGo4HDF5Adapter::TGo4HDF5Adapter(), and GO4TRACE.
TGo4HDF5Store::TGo4HDF5Store | ( | const char * | name, |
UInt_t | flags ) |
Definition at line 42 of file TGo4HDF5Store.cxx.
References TGo4EventStore::TGo4EventStore(), TGo4HDF5Adapter::TGo4HDF5Adapter(), GO4TRACE, and OpenFile().
TGo4HDF5Store::TGo4HDF5Store | ( | TGo4HDF5StoreParameter * | par | ) |
Definition at line 52 of file TGo4HDF5Store.cxx.
References TGo4EventStore::TGo4EventStore(), TGo4HDF5Adapter::TGo4HDF5Adapter(), TGo4HDF5Adapter::ConvertFileMode(), TGo4Log::Error(), TGo4HDF5Adapter::fiFlags, TGo4HDF5StoreParameter::GetHDF5Flags(), GO4TRACE, and OpenFile().
|
virtual |
Definition at line 66 of file TGo4HDF5Store.cxx.
References TGo4HDF5Adapter::CloseFile(), TGo4HDF5Adapter::DeleteDataSet(), and GO4TRACE.
|
overrideprotectedvirtual |
initialize dataset from event structure
Implements TGo4HDF5Adapter.
Definition at line 101 of file TGo4HDF5Store.cxx.
References TGo4HDF5Adapter::BuildDataType(), TGo4Log::Error(), TGo4HDF5Adapter::fbDataSetExists, TGo4HDF5Adapter::fxFile, and TGo4HDF5Adapter::fxHandle.
Referenced by Store().
|
overrideprotectedvirtual |
opens the hdf5 file depending on the setup
Implements TGo4HDF5Adapter.
Definition at line 74 of file TGo4HDF5Store.cxx.
References TGo4HDF5Adapter::CloseFile(), TGo4Log::Error(), TGo4HDF5Adapter::fgcFILESUF, TGo4HDF5Adapter::fiFlags, TGo4HDF5Adapter::fxFile, and TGo4Log::Info().
Referenced by TGo4HDF5Store(), and TGo4HDF5Store().
|
overridevirtual |
Saves a complete objects folder correlated with the current event into the storage.
Reimplemented from TGo4EventStore.
Definition at line 161 of file TGo4HDF5Store.cxx.
References WriteToStore().
|
overridevirtual |
Saves a condition correlated with the current event into the storage.
Reimplemented from TGo4EventStore.
Definition at line 149 of file TGo4HDF5Store.cxx.
References WriteToStore().
|
overridevirtual |
Stores eventelement event into the storage implementation.
May be a file, a root tree, a socket to a viewer...
Implements TGo4EventStore.
Definition at line 122 of file TGo4HDF5Store.cxx.
References BuildDataSet(), TGo4Log::Error(), TGo4HDF5Adapter::fiFillCount, TGo4HDF5Adapter::fxEvent, TGo4HDF5Adapter::fxFile, TGo4HDF5Adapter::fxHandle, and GO4TRACE.
|
overridevirtual |
Saves a fitter correlated with the current event into the storage.
Reimplemented from TGo4EventStore.
Definition at line 155 of file TGo4HDF5Store.cxx.
References WriteToStore().
|
overridevirtual |
Saves a calibration object correlated with the current event into the storage.
Reimplemented from TGo4EventStore.
Definition at line 143 of file TGo4HDF5Store.cxx.
References WriteToStore().
|
protected |
used by all Store methods to write with referencing event number in name
Definition at line 167 of file TGo4HDF5Store.cxx.
References TGo4Log::Info().