Belle II Software development
|
Struct for relations. More...
#include <RelationEntry.h>
Public Member Functions | |
RelationEntry (TObject *obj=nullptr, float w=1.0) | |
Constructor. | |
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.
TObject* object |
Pointer to the object.
Definition at line 32 of file RelationEntry.h.
float weight |
Weight of the relation.
Definition at line 33 of file RelationEntry.h.