![]() |
ATLAS Offline Software
|
#include <ITrackMatchingLookup.h>
Protected Attributes | |
| std::vector< const xAOD::TrackParticle * > | m_nullTrackVec {} |
| null vectors | |
| std::vector< const xAOD::TruthParticle * > | m_nullTruthVec {} |
Private Attributes | |
| std::string | m_anaTag |
| Lookup table properties. | |
| std::string | m_chainRoiName |
Definition at line 30 of file ITrackMatchingLookup.h.
|
virtualdefault |
Destructor.
|
inline |
matching properties
Definition at line 41 of file ITrackMatchingLookup.h.
|
inline |
Definition at line 42 of file ITrackMatchingLookup.h.
|
inline |
Definition at line 45 of file ITrackMatchingLookup.h.
|
inline |
Definition at line 46 of file ITrackMatchingLookup.h.
|
pure virtual |
clear lookup tables
Implemented in IDTPM::TrackMatchingLookup_trk, IDTPM::TrackMatchingLookup_trkTruth, and IDTPM::TrackMatchingLookup_truthTrk.
|
inline |
get best matched test, i.e.
the one with the shortest dist parameter from the reference best Track <- Track
Definition at line 81 of file ITrackMatchingLookup.h.
|
inline |
Definition at line 89 of file ITrackMatchingLookup.h.
|
inlinevirtual |
Definition at line 97 of file ITrackMatchingLookup.h.
|
inline |
best Truth <- Truth // to avoid compilation errors
Definition at line 105 of file ITrackMatchingLookup.h.
|
pure virtual |
get matched reference (1 to 1) Track -> Track
Implemented in IDTPM::TrackMatchingLookup_trk, IDTPM::TrackMatchingLookup_trkTruth, and IDTPM::TrackMatchingLookup_truthTrk.
|
pure virtual |
|
pure virtual |
|
inline |
Truth -> Truth // to avoid compilation errors.
Definition at line 61 of file ITrackMatchingLookup.h.
|
pure virtual |
get matched test vector (1 to 1+) vec Track <- Track
Implemented in IDTPM::TrackMatchingLookup_trk, IDTPM::TrackMatchingLookup_trkTruth, and IDTPM::TrackMatchingLookup_truthTrk.
|
pure virtual |
|
pure virtual |
|
inline |
vec Truth <- Truth // to avoid compilation errors
Definition at line 75 of file ITrackMatchingLookup.h.
|
pure virtual |
get overall number of matches
Implemented in IDTPM::TrackMatchingLookup_trk, IDTPM::TrackMatchingLookup_trkTruth, and IDTPM::TrackMatchingLookup_truthTrk.
|
pure virtual |
return true if reference is matched
Implemented in IDTPM::TrackMatchingLookup_trk, IDTPM::TrackMatchingLookup_trkTruth, and IDTPM::TrackMatchingLookup_truthTrk.
|
pure virtual |
|
pure virtual |
return true if test is matched
Implemented in IDTPM::TrackMatchingLookup_trk, IDTPM::TrackMatchingLookup_trkTruth, and IDTPM::TrackMatchingLookup_truthTrk.
|
pure virtual |
|
pure virtual |
print info about matching and reverse matchings Track -> Track
Implemented in IDTPM::TrackMatchingLookup_trk, IDTPM::TrackMatchingLookup_trkTruth, and IDTPM::TrackMatchingLookup_truthTrk.
|
pure virtual |
|
pure virtual |
|
pure virtual |
update lookup tables with a new entry Track -> Track
Implemented in IDTPM::TrackMatchingLookup_trk, IDTPM::TrackMatchingLookup_trkTruth, and IDTPM::TrackMatchingLookup_truthTrk.
|
pure virtual |
|
pure virtual |
|
private |
Lookup table properties.
Definition at line 156 of file ITrackMatchingLookup.h.
|
private |
Definition at line 157 of file ITrackMatchingLookup.h.
|
protected |
|
protected |
Definition at line 151 of file ITrackMatchingLookup.h.