 |
Belle II Software
release-05-02-19
|
11 #ifndef ClusterMatcherModule_H
12 #define ClusterMatcherModule_H
14 #include <framework/core/Module.h>
15 #include <framework/datastore/StoreArray.h>
17 #include <mdst/dataobjects/KLMCluster.h>
18 #include <mdst/dataobjects/ECLCluster.h>
19 #include <mdst/dataobjects/Cluster.h>
34 class ClusterMatcherModule :
public Module {
48 virtual void event()
override;
Abstract base class for different kinds of events.
StoreArray< Cluster > m_Clusters
array of output Clusters
virtual void event() override
process event
virtual void initialize() override
init
StoreArray< ECLCluster > m_eclClusters
Required array of input ECLClusters.
virtual ~ClusterMatcherModule()
Destructor.
StoreArray< KLMCluster > m_klmClusters
Required array of input KLMClusters.
Accessor to arrays stored in the data store.
ClusterMatcherModule()
Constructor.
float m_coneInRad
cone angle for matching (whole cone)