9#include <tracking/ckf/general/entities/CKFResult.h>
10#include <tracking/ckf/svd/entities/CKFToSVDState.h>
12#include <tracking/trackFindingCDC/numerics/WithWeight.h>
CKFResult(const std::vector< TrackFindingCDC::WithWeight< const AState * > > &path, const genfit::MeasuredStateOnPlane &mSoP)
CKFToSVDResult(const std::vector< TrackFindingCDC::WithWeight< const CKFToSVDState * > > &path)
Constructor using a path.
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.
CKFResult< RecoTrack, SpacePoint > Super
The parent class.
This is the Reconstruction Event-Data Model Track.
SpacePoint typically is build from 1 PXDCluster or 1-2 SVDClusters.
A mixin class to attach a weight to an object.
Abstract base class for different kinds of events.