11#include <framework/core/Module.h>
12#include <framework/datastore/StoreObjPtr.h>
13#include <mdst/dataobjects/EventLevelTrackingInfo.h>
37 void event()
override;
Module to create the EventLevelTrackingInfo that is used to set general tracking-related flags.
std::string m_eventLevelTrackingInfoName
Name of the StoreObject to access the event level tracking information.
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.
bool m_createNewObj
Used to check if the object already exists (we need the object already during svd/pxd reconstruction)
RegisterEventLevelTrackingInfoModule()
Constructor of the module.
Type-safe access to single objects in the data store.
Abstract base class for different kinds of events.