10#include <framework/core/Module.h>
12#include <framework/datastore/StoreArray.h>
13#include <tracking/dataobjects/RecoTrack.h>
34 void event()
override;
Module to combine RecoTracks.
void initialize() override
Declare required StoreArray.
StoreArray< RecoTrack > m_temp1RecoTracks
Store Array of the input tracks.
void event() override
Event processing, combine store array.
std::string m_temp2RecoTracksStoreArrayName
Name of the input VXD StoreArray.
StoreArray< RecoTrack > m_temp2RecoTracks
Store Array of the input tracks.
std::string m_temp1RecoTracksStoreArrayName
Name of the input CDC StoreArray.
StoreArray< RecoTrack > m_recoTracks
Store Array of the output tracks.
RecoTrackStoreArrayCombinerModule()
Constructor of the module. Setting up parameters and description.
std::string m_recoTracksStoreArrayName
Name of the output StoreArray.
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.