10#include <tracking/trackingUtilities/findlets/base/Findlet.h>
12#include <cdc/topology/ISuperLayer.h>
24 namespace TrackingUtilities {
29 namespace TrackFindingCDC {
57 apply(const
std::
vector<TrackingUtilities::CDCSegment2D>& segments,
std::
vector<TrackingUtilities::CDCTrack>& tracks) final;
The Module parameter list class.
TrackCreatorSingleSegments()
Constructor setting up default parameters.
std::string getDescription() final
Short description of the findlet.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
void apply(const std::vector< TrackingUtilities::CDCSegment2D > &segments, std::vector< TrackingUtilities::CDCTrack > &tracks) final
Main algorithm.
std::map< CDC::ISuperLayer, size_t > m_param_minimalHitsBySuperLayerId
Parameter: Map of super layer ids to minimum hit number for which left over segments shall be forward...
TrackingUtilities::Findlet< const TrackingUtilities::CDCSegment2D, TrackingUtilities::CDCTrack & > Super
Type of the base class.
A reconstructed sequence of two dimensional hits in one super layer.
Class representing a sequence of three dimensional reconstructed hits.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
signed short ISuperLayer
The type of the layer and superlayer ids.
Abstract base class for different kinds of events.