ATLAS Offline Software
Loading...
Searching...
No Matches
TruthMatchRatio.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 TRUTHMATCHRATIO_H
12#define TRUTHMATCHRATIO_H
13
16
17namespace Trk {
18
21 {
22 public:
23 TruthMatchRatio(const std::string& type, const std::string& name, const IInterface* parent);
24
31 virtual double trackTruthSimilarity(const DetailedTrackTruth& dtt) const override;
32 };
33
34} // end namespace Trk
35
36#endif/*TRUTHMATCHRATIO_H*/
CommonTruthMatchWeights(const std::string &type, const std::string &name, const IInterface *parent)
Interface for track-truth match quality estimator tools.
virtual double trackTruthSimilarity(const DetailedTrackTruth &dtt) const override
The match quality returned by this tool is a (weighted) ratio of the number of hits common to the tra...
TruthMatchRatio(const std::string &type, const std::string &name, const IInterface *parent)
Ensure that the ATLAS eigen extensions are properly loaded.