10 #include <mdst/dataobjects/KlId.h>
11 #include <mdst/dataobjects/KLMCluster.h>
12 #include <mdst/dataobjects/ECLCluster.h>
19 return getRelatedFrom<KLMCluster>();
24 return getRelatedFrom<ECLCluster>();
29 auto klmClusterWeight = getRelatedFromWithWeight<KLMCluster>();
30 if (klmClusterWeight.first)
return klmClusterWeight.second;
31 auto eclClusterWeight = getRelatedFromWithWeight<ECLCluster>();
32 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 ?
Abstract base class for different kinds of events.