![]() |
ATLAS Offline Software
|
#include <Associator_TruthMatch.h>
Public Types | |
| typedef std::map< const TIDA::Track *, const TIDA::Track * > | map_type |
| typedef std::map< const TIDA::Track *, const TIDA::Track * > | rmap_type |
Public Member Functions | |
| Associator_TruthMatcher () | |
| virtual | ~Associator_TruthMatcher () |
| virtual std::unique_ptr< TrackAssociator > | uclone () const override |
| virtual void | match (const std::vector< TIDA::Track * > &refTracks, const std::vector< TIDA::Track * > &testTracks) override |
| virtual double | distance (TIDA::Track *refTrack, TIDA::Track *testTrack) |
| virtual const TIDA::Track * | matched (TIDA::Track *t) const |
| const map_type & | matched () const |
| virtual const TIDA::Track * | revmatched (TIDA::Track *t) const |
| const rmap_type & | revmatched () const |
| void | clear () |
| unsigned | size () const |
Protected Attributes | |
| std::string | mname |
| map_type | mmatched |
| rmap_type | mrevmatched |
Definition at line 44 of file Associator_TruthMatch.h.
|
inherited |
Definition at line 30 of file TIDAAssociator.h.
|
inherited |
Definition at line 31 of file TIDAAssociator.h.
|
inline |
Definition at line 48 of file Associator_TruthMatch.h.
|
inlinevirtual |
Definition at line 50 of file Associator_TruthMatch.h.
|
inlineinherited |
Definition at line 65 of file TIDAAssociator.h.
|
inlinevirtual |
Definition at line 80 of file Associator_TruthMatch.h.
|
inlineoverridevirtual |
Implements TIDA::Associator< TIDA::Track >.
Definition at line 56 of file Associator_TruthMatch.h.
|
inlineinherited |
Definition at line 61 of file TIDAAssociator.h.
|
inlinevirtualinherited |
Definition at line 47 of file TIDAAssociator.h.
|
inlineinherited |
Definition at line 62 of file TIDAAssociator.h.
|
inlinevirtualinherited |
Definition at line 54 of file TIDAAssociator.h.
|
inlineinherited |
Definition at line 68 of file TIDAAssociator.h.
|
inlineoverridevirtual |
Implements TIDA::Associator< TIDA::Track >.
Definition at line 53 of file Associator_TruthMatch.h.
|
protectedinherited |
Definition at line 75 of file TIDAAssociator.h.
|
protectedinherited |
Definition at line 73 of file TIDAAssociator.h.
|
protectedinherited |
Definition at line 76 of file TIDAAssociator.h.