9#include <tracking/ckf/general/entities/CKFResult.h>
10#include <tracking/ckf/svd/entities/CKFToSVDState.h>
12#include <tracking/trackFindingCDC/numerics/WithWeight.h>
Object for temporary storage of a CKF tree search result.
Specialized CKF Result for extrapolating into the SVD.
const RecoTrack * m_relatedSVDRecoTrack
The related SVD track, if we go along one of them (or a nullptr)
const RecoTrack * getRelatedSVDRecoTrack() const
Return the related SVD track, if we go along one of them.
void addToRecoTrack(RecoTrack &recoTrack) const
Called in the exporter findlet for adding this to a already created reco track.
This is the Reconstruction Event-Data Model Track.
A mixin class to attach a weight to an object.
Abstract base class for different kinds of events.