10#include <tracking/trackingUtilities/findlets/base/Findlet.h>
21 namespace TrackingUtilities {
26 namespace TrackFindingCDC {
45 std::
vector<TrackingUtilities::CDCTrack>& axialTracks) final;
The Module parameter list class.
Exchanges hits between axial tracks based on their distance to the respective trajectory.
void apply(const std::vector< const TrackingUtilities::CDCWireHit * > &axialWireHits, std::vector< TrackingUtilities::CDCTrack > &axialTracks) final
Do the hit migration.
double m_param_addDistance
Parameter : Distance for a hit to be added.
std::string getDescription() final
Short description of the findlet.
TrackingUtilities::Findlet< const TrackingUtilities::CDCWireHit *const, TrackingUtilities::CDCTrack > Super
Type of the base class.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
double m_param_dropDistance
Parameter : Distance for a hit to be removed.
Class representing a sequence of three dimensional reconstructed hits.
Class representing a hit wire in the central drift chamber.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Abstract base class for different kinds of events.