10#include <mdst/dataobjects/KlId.h>
13#include <mdst/dataobjects/KLMCluster.h>
14#include <mdst/dataobjects/ECLCluster.h>
32 if (klmClusterWeight.first)
return klmClusterWeight.second;
34 if (eclClusterWeight.first)
return eclClusterWeight.second;
double getKlId() const
get the klong classifier output
bool isECL() const
is this ID originally a ECL Cluster ?
bool isKLM() const
is this ID originally a KLM Cluster ?
std::pair< FROM *, float > getRelatedFromWithWeight(const std::string &name="", const std::string &namedRelation="") const
FROM * getRelatedFrom(const std::string &name="", const std::string &namedRelation="") const
Abstract base class for different kinds of events.