11 #include <framework/core/Module.h>
12 #include <framework/datastore/StoreArray.h>
13 #include <framework/datastore/StoreObjPtr.h>
15 #include <pxd/dataobjects/PXDCluster.h>
17 #include <mdst/dataobjects/EventLevelTrackingInfo.h>
44 void event()
override;
This module adds additional global event level information about PXD track finding to the MDST object...
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.
Type-safe access to single objects in the data store.
Abstract base class for different kinds of events.