10 #include <framework/core/Module.h>
11 #include <boost/optional.hpp>
34 void event()
override;
A module to copy only the fitted reco tracks to the output store array.
std::string m_param_outputRecoTracksStoreArrayName
StoreArray name of the output reco tracks.
FittedTracksStorerModule()
Constructor.
void initialize() override
Initialize the store arrays.
void event() override
Do the copying.
boost::optional< double > m_param_minimalWeight
Minimal weight for copying the hits.
std::string m_param_inputRecoTracksStoreArrayName
StoreArray name of the input reco tracks.
Abstract base class for different kinds of events.