10#include <tracking/trackingUtilities/findlets/base/Findlet.h>
18 namespace TrackingUtilities {
22 namespace TrackFindingCDC {
36 void apply(
std::
vector<TrackingUtilities::CDCTrack>& tracks) final;
Findlet for normalizing the track (trajectory) into common requirements (e.g. let it start at the fir...
void apply(std::vector< TrackingUtilities::CDCTrack > &tracks) final
Fit the tracks.
TrackingUtilities::Findlet< TrackingUtilities::CDCTrack & > Super
Type of the base class.
std::string getDescription() final
Short description of the findlet.
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.