Belle II Software development
DatabaseRepresentationOfWeightfile Class Reference

Database representation of a Weightfile object. More...

#include <DatabaseRepresentationOfWeightfile.h>

Inheritance diagram for DatabaseRepresentationOfWeightfile:

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ DatabaseRepresentationOfWeightfile() [1/2]

Default constructor, necessary for ROOT to stream the object.

Definition at line 33 of file DatabaseRepresentationOfWeightfile.h.

33{ }

◆ DatabaseRepresentationOfWeightfile() [2/2]

DatabaseRepresentationOfWeightfile ( const std::string &  data)
inlineexplicit

Constructor from weight file name.

Definition at line 38 of file DatabaseRepresentationOfWeightfile.h.

38: m_data(data) { }

Member Data Documentation

◆ m_data

std::string m_data

Serialized weightfile.

Definition at line 40 of file DatabaseRepresentationOfWeightfile.h.


The documentation for this class was generated from the following file: