10 #include <framework/core/Module.h>
33 void event()
override;
Module turning trackCands to reco tracks (will be unneeded once we create reco tracks from the beginn...
std::string m_param_bklmHitsStoreArrayName
StoreArray name of the BKLM hits.
std::string m_param_pxdHitsStoreArrayName
StoreArray name of the PXD hits.
void initialize() override
Initialize the needed StoreArrays and ensure they are created properly.
void event() override
Loop over all track candidates and create a recotrack.
std::string m_param_eklmHitsStoreArrayName
StoreArray name of the EKLM hits.
std::string m_param_recoTracksStoreArrayName
StoreArray name of the input and output reco tracks.
std::string m_param_svdHitsStoreArrayName
StoreArray name of the SVD hits.
std::string m_param_cdcHitsStoreArrayName
StoreArray name of the CDC hits.
RecoTrackCreatorModule()
Initilialize the module parameters.
std::string m_param_recoHitInformationStoreArrayName
StoreArray name of the output reco hit information.
std::string m_param_trackCandidatesStoreArrayName
StoreArray name of the input track candidates.
bool m_param_recreateSortingParameters
Flag to recreate the sorting parameters of the hit out of the stored order.
Abstract base class for different kinds of events.