11#include <framework/core/Module.h>
12#include <framework/datastore/StoreArray.h>
13#include <framework/datastore/StoreObjPtr.h>
39 void event()
override;
Tracking-related info on event-level, for example number of unassigned measurements.
The PXD Cluster class This class stores all information about reconstructed PXD clusters The position...
void initialize() override
Declare required StoreArray.
StoreObjPtr< EventLevelTrackingInfo > m_eventLevelTrackingInfo
StoreObject to access the event level tracking information.
void event() override
Event processing, create store array.
PXDTrackingEventLevelMdstInfoFillerModule()
Constructor of the module.
StoreArray< PXDCluster > m_pxdClusters
StoreArray of PXDClusters.
Accessor to arrays stored in the data store.
Type-safe access to single objects in the data store.
Abstract base class for different kinds of events.