11#include <framework/core/Module.h>
12#include <framework/datastore/StoreArray.h>
40 virtual void event()
override;
StoreArray< KLMCluster > m_klmClusters
Required array of input KLMClusters.
virtual void initialize() override
init
virtual void event() override
process event
ClusterMatcherModule()
Constructor.
virtual ~ClusterMatcherModule()
Destructor.
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.