 |
Belle II Software
release-05-02-19
|
12 #include <framework/core/Module.h>
25 class GenfitTrackCreatorModule :
public Module {
35 void event()
override;
void initialize() override
Initialize the needed StoreArrays and ensure they are created properly.
std::string m_param_genfitTrackCandsStoreArrayName
StoreArray name of the related track candidates.
Abstract base class for different kinds of events.
void event() override
Loop over all reco tracks and create a genfit track.
std::string m_param_recoTracksStoreArrayName
StoreArray name of the input reco tracks.
std::string m_param_genfitTrackStoreArrayName
StoreArray name of the output genfit tracks.
GenfitTrackCreatorModule()
Initialize the module parameters.