 |
Belle II Software
release-05-01-25
|
11 #include <tracking/ckf/general/entities/CKFResult.h>
12 #include <tracking/ckf/svd/entities/CKFToSVDState.h>
14 #include <tracking/trackFindingCDC/numerics/WithWeight.h>
25 class CKFToSVDResult :
public CKFResult<RecoTrack, SpacePoint> {
27 using Super = CKFResult<RecoTrack, SpacePoint>;
31 explicit CKFToSVDResult(
const std::vector<TrackFindingCDC::WithWeight<const CKFToSVDState*>>& path);
const RecoTrack * getRelatedSVDRecoTrack() const
Return the related SVD track, if we go along one of them.
CKFResult< RecoTrack, SpacePoint > Super
The parent class.
CKFToSVDResult(const std::vector< TrackFindingCDC::WithWeight< const CKFToSVDState * >> &path)
Constructor using a path.
This is the Reconstruction Event-Data Model Track.
Abstract base class for different kinds of events.
void addToRecoTrack(RecoTrack &recoTrack) const
Called in the exporter findlet for adding this to a already created reco track.
const RecoTrack * m_relatedSVDRecoTrack
The related SVD track, if we go along one of them (or a nullptr)