10#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
11#include <tracking/trackFindingCDC/utilities/WeightedRelation.h>
12#include <tracking/ckf/svd/filters/results/ChooseableSVDResultFilter.h>
19 class ModuleParamList;
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.
The results of the CKF ar in the form (seed -> vector of hits).
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)
RecoTrackRelator()
Add the sub findelts as listener.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters of the sub findlet.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Type for two related objects with a weight.
Abstract base class for different kinds of events.