#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()
◆ clone()
◆ distance()
◆ match()
Implements TIDA::Associator< TIDA::Track >.
Definition at line 57 of file Associator_TruthMatch.h.
58 {
59
60
61
62 for (
unsigned int i = 0;
i < refTracks.size();
i++) {
63
64
65
66 for (
unsigned int j = 0;
j < testTracks.size();
j++) {
67
68
69 if (
distance( refTracks[i], testTracks[j] ) < 1. ) {
70
71 mmatched.insert( map_type::value_type(refTracks[i],testTracks[j]));
72 mrevmatched.insert( map_type::value_type(testTracks[j],refTracks[i]));
73 }
74 }
75 }
76
77 return;
78 }
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: