10#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
21 namespace TrackFindingCDC {
57 void apply(std::vector<CDCTrack>& tracks)
final;
The Module parameter list class.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
This module applies configurable correction functions to all found tracks.
void apply(std::vector< CDCTrack > &tracks) final
Main function to clean up the tracks.
std::string getDescription() override
Get the description of the findlet.
bool m_param_onlyNotFittedTracks
Parameter : Flag to use the corrections only for not fitted tracks.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
std::vector< std::string > m_param_corrections
Parameter : The corrections to use.
TrackQualityAsserter()
Constructor setting up the default parameters.
Abstract base class for different kinds of events.