![]() |
ATLAS Offline Software
|
#include <TrackMatchDeltaRCosmic.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 | |
| TrackMatchDeltaRCosmic (const std::string &name, double R) | |
| ~TrackMatchDeltaRCosmic () | |
| virtual void | match (const std::vector< TIDA::Track * > &s1, const std::vector< TIDA::Track * > &s2) |
| virtual double | deltaR2PI (const TIDA::Track *reftrack, const TIDA::Track *testtrack) |
| virtual double | deltaR2 (const TIDA::Track *reftrack, const TIDA::Track *testtrack) |
| virtual std::unique_ptr< Associator > | uclone () const=0 |
| 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 |
Private Attributes | |
| double | m_R2 |
Definition at line 28 of file TrackMatchDeltaRCosmic.h.
|
inherited |
Definition at line 30 of file TIDAAssociator.h.
|
inherited |
Definition at line 31 of file TIDAAssociator.h.
|
inline |
Definition at line 32 of file TrackMatchDeltaRCosmic.h.
|
inline |
Definition at line 36 of file TrackMatchDeltaRCosmic.h.
|
inlineinherited |
Definition at line 65 of file TIDAAssociator.h.
|
inlinevirtual |
Definition at line 92 of file TrackMatchDeltaRCosmic.h.
|
inlinevirtual |
|
inlinevirtual |
Implements TIDA::Associator< TIDA::Track >.
Definition at line 39 of file TrackMatchDeltaRCosmic.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.
|
pure virtualinherited |
Implemented in Associator_TruthMatcher.
|
private |
Definition at line 102 of file TrackMatchDeltaRCosmic.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.