10#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
11#include <tracking/trackFindingCDC/findlets/minimal/WeightedRelationCreator.h>
13#include <tracking/trackFindingCDC/filters/trackRelation/ChooseableTrackRelationFilter.h>
15#include <tracking/trackFindingCDC/ca/MultipassCellularPathFinder.h>
27 namespace TrackFindingCDC {
The Module parameter list class.
Class representing a sequence of three dimensional reconstructed hits.
Convenvience wrapper to setup a Chooseable filter from a specific factory object.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Class to combine the run of the cellular automaton and the repeated path extraction.
Links tracks based on a filter criterion.
MultipassCellularPathFinder< const CDCTrack > m_cellularPathFinder
Instance of the cellular automaton path finder.
WeightedRelationCreator< const CDCTrack, ChooseableTrackRelationFilter > m_trackRelationCreator
Creator of the track relations for linking.
std::string getDescription() final
Short description of the findlet.
std::vector< WeightedRelation< const CDCTrack > > m_trackRelations
Memory for the relations between tracks to be followed on linking.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
std::vector< Path< const CDCTrack > > m_trackPaths
Memory for the track paths generated from the graph.
TrackLinker()
Constructor adding the filter as a subordinary processing signal listener.
void apply(const std::vector< CDCTrack > &inputTracks, std::vector< CDCTrack > &outputTracks) final
Main algorithm.
Findlet that combines geometrical constrained pairs of objects to relations and selects them by the f...
Type for two related objects with a weight.
Abstract base class for different kinds of events.