![]() |
ATLAS Offline Software
|
#include <Associator_DeltaRCosmics.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_DeltaRCosmics (const std::string &name, double deltaR) | |
| ~Associator_DeltaRCosmics () | |
| virtual void | match (const std::vector< TIDA::Track * > &referenceTracks, const std::vector< TIDA::Track * > &testTracks) |
| 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_deltaR2 |
Definition at line 25 of file Associator_DeltaRCosmics.h.
|
inherited |
Definition at line 30 of file TIDAAssociator.h.
|
inherited |
Definition at line 31 of file TIDAAssociator.h.
|
inline |
Definition at line 29 of file Associator_DeltaRCosmics.h.
|
inline |
Definition at line 31 of file Associator_DeltaRCosmics.h.
|
inlineinherited |
Definition at line 65 of file TIDAAssociator.h.
|
inlinevirtual |
Implements TIDA::Associator< TIDA::Track >.
Definition at line 34 of file Associator_DeltaRCosmics.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 76 of file Associator_DeltaRCosmics.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.