10#include <mdst/dataobjects/KlId.h>
13#include <mdst/dataobjects/KLMCluster.h>
14#include <mdst/dataobjects/ECLCluster.h>
21 return getRelatedFrom<KLMCluster>();
26 return getRelatedFrom<ECLCluster>();
31 auto klmClusterWeight = getRelatedFromWithWeight<KLMCluster>();
32 if (klmClusterWeight.first)
return klmClusterWeight.second;
33 auto eclClusterWeight = getRelatedFromWithWeight<ECLCluster>();
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 ?
Abstract base class for different kinds of events.