14 #include <mdst/dataobjects/KlId.h>
15 #include <mdst/dataobjects/KLMCluster.h>
16 #include <mdst/dataobjects/ECLCluster.h>
23 return getRelatedFrom<KLMCluster>();
28 return getRelatedFrom<ECLCluster>();
33 auto klmClusterWeight = getRelatedFromWithWeight<KLMCluster>();
34 if (klmClusterWeight.first)
return klmClusterWeight.second;
35 auto eclClusterWeight = getRelatedFromWithWeight<ECLCluster>();
36 if (eclClusterWeight.first)
return eclClusterWeight.second;