11#include <framework/core/Module.h>
12#include <framework/datastore/StoreArray.h>
13#include <framework/datastore/StoreObjPtr.h>
15#include <svd/dataobjects/SVDCluster.h>
17#include <mdst/dataobjects/EventLevelTrackingInfo.h>
41 void event()
override;
This module adds additional global event level information about SVD track finding to the MDST object...
std::string m_eventLevelTrackingInfoName
Name of the StoreObject to access the event level tracking information.
std::string m_svdClustersName
Name of StoreArray of SVDClusters.
void initialize() override
Declare required StoreArray.
StoreObjPtr< EventLevelTrackingInfo > m_eventLevelTrackingInfo
StoreObject to access the event level tracking information.
StoreArray< SVDCluster > m_svdClusters
StoreArray of SVDClusters.
void event() override
Event processing, create store array.
SVDTrackingEventLevelMdstInfoFillerModule()
Constructor of the module.
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.