Belle II Software
release-08-01-10
|
Struct for relations. More...
#include <RelationEntry.h>
Public Member Functions | |
RelationEntry (TObject *obj=nullptr, float w=1.0) | |
Constructor. More... | |
Public Attributes | |
TObject * | object |
Pointer to the object. | |
float | weight |
Weight of the relation. | |
Struct for relations.
This class is supposed to be used by the data store to answer queries for objects that are pointed to by relations.
Definition at line 24 of file RelationEntry.h.
|
inline |
Constructor.
obj | The object that is pointed to by the relation. |
w | The weight of the relation. |
Definition at line 30 of file RelationEntry.h.