9#include <tracking/trackingUtilities/findlets/base/Findlet.h>
11#include <tracking/trackFindingCDC/findlets/minimal/EPreferredDirection.h>
23 namespace TrackingUtilities {
26 namespace TrackFindingCDC {
46 void apply(const
std::
vector<TrackingUtilities::CDCSegment2D>& inputSegments,
47 std::
vector<TrackingUtilities::CDCSegment2D>& outputSegments) final;
The Module parameter list class.
Fixes the orientation of segments by a simple heuristic.
TrackingUtilities::Findlet< const TrackingUtilities::CDCSegment2D, TrackingUtilities::CDCSegment2D > Super
Type of the base class.
std::string m_param_segmentOrientationString
Parameter: String that states the desired segment orientation.
void initialize() final
Signals the beginning of the event processing.
EPreferredDirection m_segmentOrientation
Encoded desired segment orientation.
std::string getDescription() final
Short description of the findlet.
void apply(const std::vector< TrackingUtilities::CDCSegment2D > &inputSegments, std::vector< TrackingUtilities::CDCSegment2D > &outputSegments) final
Main algorithm applying the adjustment of the orientation.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
A reconstructed sequence of two dimensional hits in one super layer.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Abstract base class for different kinds of events.