10#include <framework/core/Module.h>
12#include <framework/datastore/StoreArray.h>
13#include <tracking/dataobjects/RecoTrack.h>
14#include <mdst/dataobjects/Track.h>
35 void event()
override;
Module to copy RecoTracks.
StoreArray< RecoTrack > m_inputRecoTracks
Store Array of the input tracks.
bool m_param_onlyFittedTracks
Parameter: Copy only fitted tracks.
StoreArray< RecoTrack > m_outputRecoTracks
Store Array of the output tracks.
void initialize() override
Declare required StoreArray.
void event() override
Event processing, copies store array.
StoreArray< Track > m_tracks
Store Array of the input tracks (for relations)
std::string m_inputStoreArrayName
Name of the input StoreArray.
RecoTracksCopierModule()
Constructor of the module. Setting up parameters and description.
std::string m_outputStoreArrayName
Name of the output StoreArray.
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.