11#include <framework/core/Module.h>
12#include <framework/datastore/StoreArray.h>
14#include <mdst/dataobjects/KLMCluster.h>
15#include <mdst/dataobjects/ECLCluster.h>
16#include <mdst/dataobjects/Cluster.h>
42 virtual void event()
override;
Match KLM Clusters to close ECL Clusters.
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
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.