ATLAS Offline Software
|
Interface for track-truth match quality estimator tools. More...
#include <IDetailedTrackTruthSimilarity.h>
Public Member Functions | |
virtual double | trackTruthSimilarity (const DetailedTrackTruth &dtt) const =0 |
This method returns a number representing the quality of match between the track and the TruthTrajectory in the DetailedTrackTruth argument. More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
Interface for track-truth match quality estimator tools.
Definition at line 28 of file IDetailedTrackTruthSimilarity.h.
|
inlinestatic |
Definition at line 32 of file IDetailedTrackTruthSimilarity.h.
|
pure virtual |
This method returns a number representing the quality of match between the track and the TruthTrajectory in the DetailedTrackTruth argument.
The range of return values is [0., 1.], with larger values corresponding to better matches.
Implemented in Trk::TruthMatchTanimoto, and Trk::TruthMatchRatio.