ATLAS Offline Software
Loading...
Searching...
No Matches
TruthMatchTanimoto.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
10
11#ifndef TRUTHMATCHTANIMOTO_H
12#define TRUTHMATCHTANIMOTO_H
13
16
17namespace Trk {
18
21 {
22 public:
23 TruthMatchTanimoto(const std::string& type, const std::string& name, const IInterface* parent);
24
41 virtual double trackTruthSimilarity(const DetailedTrackTruth& dtt) const override final;
42 };
43
44} // end namespace Trk
45
46#endif/*TRUTHMATCHTANIMOTO_H*/
CommonTruthMatchWeights(const std::string &type, const std::string &name, const IInterface *parent)
Interface for track-truth match quality estimator tools.
TruthMatchTanimoto(const std::string &type, const std::string &name, const IInterface *parent)
virtual double trackTruthSimilarity(const DetailedTrackTruth &dtt) const override final
Tanimoto distance between sets A and B is.
Ensure that the ATLAS eigen extensions are properly loaded.