#include <Associator_TruthMatch.h>
Definition at line 44 of file Associator_TruthMatch.h.
◆ map_type
template<typename T , typename S = T>
◆ rmap_type
template<typename T , typename S = T>
◆ Associator_TruthMatcher()
Associator_TruthMatcher::Associator_TruthMatcher |
( |
| ) |
|
|
inline |
◆ ~Associator_TruthMatcher()
virtual Associator_TruthMatcher::~Associator_TruthMatcher |
( |
| ) |
|
|
inlinevirtual |
◆ clear()
template<typename T , typename S = T>
◆ clone()
◆ distance()
◆ match() [1/2]
template<typename T , typename S = T>
◆ match() [2/2]
Definition at line 55 of file Associator_TruthMatch.h.
60 for (
unsigned int i = 0;
i < refTracks.size();
i++) {
64 for (
unsigned int j = 0; j < testTracks.size(); j++) {
67 if (
distance( refTracks[
i], testTracks[j] ) < 1. ) {
69 mmatched.insert( map_type::value_type(refTracks[
i],testTracks[j]));
70 mrevmatched.insert( map_type::value_type(testTracks[j],refTracks[
i]));
◆ matched() [1/2]
template<typename T , typename S = T>
◆ matched() [2/2]
template<typename T , typename S = T>
◆ revmatched() [1/2]
template<typename T , typename S = T>
◆ revmatched() [2/2]
template<typename T , typename S = T>
◆ size()
template<typename T , typename S = T>
◆ mmatched
template<typename T , typename S = T>
◆ mname
template<typename T , typename S = T>
◆ mrevmatched
template<typename T , typename S = T>
The documentation for this class was generated from the following file: