![]() |
Belle II Software
release-05-02-19
|
Utility structure with functions related to weighted relations. More...
#include <WeightedRelation.h>
Static Public Member Functions | |
template<class AWeightedRelations > | |
static bool | areSymmetric (const AWeightedRelations &weightedRelations) |
Checks for the symmetry of a range of weighted relations Explicitly checks for each weighted relation, if their is an reverse relation with the same weight. More... | |
Utility structure with functions related to weighted relations.
Definition at line 140 of file WeightedRelation.h.
|
inlinestatic |
Checks for the symmetry of a range of weighted relations Explicitly checks for each weighted relation, if their is an reverse relation with the same weight.
Returns true if all such inverse relations exist.
Definition at line 147 of file WeightedRelation.h.