 |
Belle II Software
release-05-02-19
|
12 #include <framework/core/Module.h>
25 class RecoTrackCreatorModule :
public Module {
35 void event()
override;
void event() override
Loop over all track candidates and create a recotrack.
std::string m_param_trackCandidatesStoreArrayName
StoreArray name of the input track candidates.
void initialize() override
Initialize the needed StoreArrays and ensure they are created properly.
std::string m_param_svdHitsStoreArrayName
StoreArray name of the SVD hits.
RecoTrackCreatorModule()
Initilialize the module parameters.
std::string m_param_bklmHitsStoreArrayName
StoreArray name of the BKLM hits.
Abstract base class for different kinds of events.
std::string m_param_recoTracksStoreArrayName
StoreArray name of the input and output reco tracks.
std::string m_param_cdcHitsStoreArrayName
StoreArray name of the CDC hits.
std::string m_param_recoHitInformationStoreArrayName
StoreArray name of the output reco hit information.
bool m_param_recreateSortingParameters
Flag to recreate the sorting parameters of the hit out of the stored order.
std::string m_param_eklmHitsStoreArrayName
StoreArray name of the EKLM hits.
std::string m_param_pxdHitsStoreArrayName
StoreArray name of the PXD hits.