 |
Belle II Software
release-05-01-25
|
10 #include <tracking/ckf/svd/findlets/RecoTrackRelator.h>
11 #include <tracking/ckf/svd/entities/CKFToSVDResult.h>
12 #include <tracking/dataobjects/RecoTrack.h>
14 #include <tracking/trackFindingCDC/filters/base/ChooseableFilter.icc.h>
15 #include <framework/core/ModuleParamList.h>
34 if (not std::isnan(weight)) {
35 const RecoTrack* relatedSVDTrack = result.getRelatedSVDRecoTrack();
36 relationsCDCToSVD.emplace_back(result.getSeed(), weight, relatedSVDTrack);
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters of the sub findlet.
void addProcessingSignalListener(ProcessingSignalListener *psl)
Register a processing signal listener to be notified.
This is the Reconstruction Event-Data Model Track.
ChooseableSVDResultFilter m_overlapFilter
Filter for the results.
Abstract base class for different kinds of events.
Specialized CKF Result for extrapolating into the SVD.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the set of parameters of the filter to the module parameter list.
Type for two related objects with a weight.
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)
The Module parameter list class.
RecoTrackRelator()
Add the sub findelts as listener.