#include <Associator_TruthMatch.h>
Definition at line 44 of file Associator_TruthMatch.h.
◆ map_type
◆ rmap_type
◆ Associator_TruthMatcher()
| Associator_TruthMatcher::Associator_TruthMatcher |
( |
| ) |
|
|
inline |
◆ ~Associator_TruthMatcher()
| virtual Associator_TruthMatcher::~Associator_TruthMatcher |
( |
| ) |
|
|
inlinevirtual |
◆ clear()
◆ distance()
◆ match()
Implements TIDA::Associator< TIDA::Track >.
Definition at line 56 of file Associator_TruthMatch.h.
57 {
58
59
60
61 for (
unsigned int i = 0;
i < refTracks.size();
i++) {
62
63
64
65 for (
unsigned int j = 0;
j < testTracks.size();
j++) {
66
67
68 if (
distance( refTracks[i], testTracks[j] ) < 1. ) {
69
70 mmatched.insert( map_type::value_type(refTracks[i],testTracks[j]));
71 mrevmatched.insert( map_type::value_type(testTracks[j],refTracks[i]));
72 }
73 }
74 }
75
76 return;
77 }
virtual double distance(TIDA::Track *refTrack, TIDA::Track *testTrack)
float j(const xAOD::IParticle &, const xAOD::TrackMeasurementValidation &hit, const Eigen::Matrix3d &jab_inv)
◆ matched() [1/2]
◆ matched() [2/2]
◆ revmatched() [1/2]
◆ revmatched() [2/2]
◆ size()
◆ uclone()
| virtual std::unique_ptr< TrackAssociator > Associator_TruthMatcher::uclone |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ mmatched
◆ mname
◆ mrevmatched
The documentation for this class was generated from the following file: