ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
Trk::IDetailedTrackTruthSimilarity Class Referenceabstract

Interface for track-truth match quality estimator tools. More...

#include <IDetailedTrackTruthSimilarity.h>

Inheritance diagram for Trk::IDetailedTrackTruthSimilarity:
Collaboration diagram for Trk::IDetailedTrackTruthSimilarity:

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 ()
 

Detailed Description

Interface for track-truth match quality estimator tools.

Author
Andrei Gaponenko

Definition at line 28 of file IDetailedTrackTruthSimilarity.h.

Member Function Documentation

◆ interfaceID()

static const InterfaceID& Trk::IDetailedTrackTruthSimilarity::interfaceID ( )
inlinestatic

Definition at line 32 of file IDetailedTrackTruthSimilarity.h.

32 { return IID_IDetailedTrackTruthSimilarity; }

◆ trackTruthSimilarity()

virtual double Trk::IDetailedTrackTruthSimilarity::trackTruthSimilarity ( const DetailedTrackTruth dtt) const
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.


The documentation for this class was generated from the following file: