10#include <tracking/trackingUtilities/findlets/base/Findlet.h>
11#include <tracking/trackFindingCDC/findlets/minimal/EPreferredDirection.h>
22 namespace TrackingUtilities {
26 namespace TrackFindingCDC {
46 void apply(const
std::
vector<TrackingUtilities::CDCTrack>& inputTracks,
47 std::
vector<TrackingUtilities::CDCTrack>& outputTracks) final;
The Module parameter list class.
Fixes the orientation of tracks by a simple heuristic.
TrackingUtilities::Findlet< const TrackingUtilities::CDCTrack, TrackingUtilities::CDCTrack > Super
Type of the base class.
EPreferredDirection m_trackOrientation
Encoded desired track orientation.
void initialize() final
Signals the beginning of the event processing.
std::string m_param_trackOrientationString
Parameter: String that states the desired track orientation.
std::string getDescription() final
Short description of the findlet.
void apply(const std::vector< TrackingUtilities::CDCTrack > &inputTracks, std::vector< TrackingUtilities::CDCTrack > &outputTracks) final
Main algorithm applying the adjustment of the orientation.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
Class representing a sequence of three dimensional reconstructed hits.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Abstract base class for different kinds of events.