Belle II Software development
|
Database representation of a Weightfile object. More...
#include <DatabaseRepresentationOfWeightfile.h>
Public Member Functions | |
DatabaseRepresentationOfWeightfile () | |
Default constructor, necessary for ROOT to stream the object. | |
DatabaseRepresentationOfWeightfile (const std::string &data) | |
Constructor from weight file name. | |
ClassDef (DatabaseRepresentationOfWeightfile, 2) | |
Class to store weightfile in datastore. | |
Public Attributes | |
std::string | m_data |
Serialized weightfile. | |
Database representation of a Weightfile object.
This class inherits from TObject and contains only one simple string, hence it can easily be saved in the database
Definition at line 28 of file DatabaseRepresentationOfWeightfile.h.
|
inline |
Default constructor, necessary for ROOT to stream the object.
Definition at line 33 of file DatabaseRepresentationOfWeightfile.h.
|
inlineexplicit |
Constructor from weight file name.
Definition at line 38 of file DatabaseRepresentationOfWeightfile.h.
std::string m_data |
Serialized weightfile.
Definition at line 40 of file DatabaseRepresentationOfWeightfile.h.