11#include <framework/core/Module.h>
12#include <framework/datastore/SelectSubset.h>
13#include <pxd/dataobjects/PXDCluster.h>
43 virtual void event()
override;
The PXD Cluster class This class stores all information about reconstructed PXD clusters The position...
PXDClustersFromTracksModule()
Constructor: Sets the description, the properties and the parameters of the module.
virtual void initialize() override
init the module
virtual void event() override
processes the event
virtual ~PXDClustersFromTracksModule() override
if required
SelectSubset< PXDCluster > m_selectedPXDClusters
all PXD clusters
static bool isRelatedToTrack(const PXDCluster *pxdCluster)
select the PXD clusters related to tracks
std::string m_pxdClustersName
SVDCLuster store array.
std::string m_recoTracksName
reco track store array
bool m_inheritance
if true all relations are inherited
std::string m_tracksName
Track store array.
std::string m_outputArrayName
StoreArray with the selected PXD clusters.
Class to create a subset of a given StoreArray together with the relations with other StoreArrays.
Abstract base class for different kinds of events.