10#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
11#include <tracking/trackFindingCDC/utilities/WeightedRelation.h>
12#include <tracking/ckf/svd/filters/results/ChooseableSVDResultFilter.h>
31 TrackFindingCDC::WeightedRelation<const RecoTrack, const RecoTrack>> {
44 void apply(
const std::vector<CKFToSVDResult>& results,
Specialized CKF Result for extrapolating into the SVD.
The Module parameter list class.
ChooseableSVDResultFilter m_overlapFilter
Filter for the results.
void apply(const std::vector< CKFToSVDResult > &results, std::vector< TrackFindingCDC::WeightedRelation< const RecoTrack, const RecoTrack > > &relationsCDCToSVD) final
Create relations between tracks from the results (applying a filter)
TrackFindingCDC::Findlet< CKFToSVDResult, TrackFindingCDC::WeightedRelation< const RecoTrack, const RecoTrack > > Super
The parent findlet.
RecoTrackRelator()
Add the sub findelts as listener.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters of the sub findlet.
This is the Reconstruction Event-Data Model Track.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Type for two related objects with a weight.
TrackFindingCDC::ChooseableFilter< SVDResultFilterFactory > ChooseableSVDResultFilter
Alias for filter to weight the SVD clusters.
Abstract base class for different kinds of events.