 |
Belle II Software
release-05-02-19
|
11 #ifndef PXDCLUSTERSFROMTRACKSMODULE_H
12 #define PXDCLUSTERSFROMTRACKSMODULE_H
14 #include <framework/core/Module.h>
15 #include <framework/datastore/SelectSubset.h>
17 #include <pxd/dataobjects/PXDCluster.h>
18 #include <tracking/dataobjects/RecoTrack.h>
19 #include <mdst/dataobjects/Track.h>
38 class PXDClustersFromTracksModule :
public Module {
54 virtual void event()
override;
57 virtual void endRun()
override;
virtual ~PXDClustersFromTracksModule()
if required
std::string m_pxdClustersName
SVDCLuster store array.
virtual void endRun() override
end the run
virtual void event() override
processes the event
Class to create a subset of a given StoreArray together with the relations with other StoreArrays.
virtual void terminate() override
terminates the module
std::string m_tracksName
Track store array.
virtual void initialize() override
init the module
Abstract base class for different kinds of events.
static bool isRelatedToTrack(const PXDCluster *pxdCluster)
select the PXD clusters related to tracks
PXDClustersFromTracksModule()
Constructor: Sets the description, the properties and the parameters of the module.
std::string m_outputArrayName
StoreArray with the selected PXD clusters.
The PXD Cluster class This class stores all information about reconstructed PXD clusters The position...
virtual void beginRun() override
initializes the module
std::string m_recoTracksName
reco track store array
SelectSubset< PXDCluster > m_selectedPXDClusters
all PXD clusters
bool m_inheritance
if true all relations are inherited