11#include <framework/core/Module.h>
12#include <framework/datastore/StoreArray.h>
35 void event()
override;
StoreArray< KLMCluster > m_klmClusters
Required array of input KLMClusters.
void initialize() override
Initialize.
void event() override
Event.
ClusterMatcherModule()
Constructor.
StoreArray< ECLCluster > m_eclClusters
Required array of input ECLClusters.
float m_coneInRad
Cone angle for matching (whole cone)
StoreArray< Cluster > m_Clusters
Array of output Clusters.
Class to collect log likelihoods from Clusters from ECL and KLM aimed for output to mdst includes fun...
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.