10#include <tracking/trackFindingCDC/numerics/WithWeight.h>
26 unsigned int getNumberOfCorrectHits(
const RecoTrack* mcRecoTrack,
const std::vector<const SpacePoint*>& hits)
const;
29 bool allStatesCorrect(
const std::vector<TrackFindingCDC::WithWeight<const CKFToSVDState*>>& states)
const;
32 bool hitIsCorrect(
const RecoTrack* mcRecoTrack,
const SpacePoint* spacePoint)
const;
unsigned int getNumberOfCorrectHits(const RecoTrack *mcRecoTrack, const std::vector< const SpacePoint * > &hits) const
How many of the given space points are also in the MC track? Runs hitIsCorrect on all of them.
bool allStatesCorrect(const std::vector< TrackFindingCDC::WithWeight< const CKFToPXDState * > > &states) const
Are all hits related to the same MC track the seed is related to?
bool hitIsCorrect(const RecoTrack *mcRecoTrack, const SpacePoint *spacePoint) const
Returns true, of the space point is related to the mc track and if it is on the first half.
Abstract base class for different kinds of events.