8#include <tracking/trackFindingCDC/findlets/minimal/TrackNormalizer.h>
10#include <tracking/trackingUtilities/eventdata/tracks/CDCTrack.h>
11#include <tracking/trackFindingCDC/processing/TrackQualityTools.h>
16using namespace TrackFindingCDC;
17using namespace TrackingUtilities;
21 return "Findlet for normalizing the track (trajectory) into common requirements (e.g. let it start at the first hit etc.)";
void apply(std::vector< TrackingUtilities::CDCTrack > &tracks) final
Fit the tracks.
std::string getDescription() final
Short description of the findlet.
Class representing a sequence of three dimensional reconstructed hits.
Abstract base class for different kinds of events.