![]() |
ATLAS Offline Software
|
#include <ISvxAssociation.h>
Public Types | |
| typedef JetKeyDescriptor::key_t | name_t |
| typedef name_t | NameType |
Public Member Functions | |
| ISvxAssociation () | |
| constructor More... | |
| ISvxAssociation (const NameType &name) | |
| constructor More... | |
| ISvxAssociation (const NameType &name, const ISvxAssociation &rhs) | |
| ISvxAssociation (const ISvxAssociation &rhs) | |
| ~ISvxAssociation () | |
| destructor More... | |
| virtual ISvxAssociation * | clone () const |
| a clone method for the proper workings of the copy constructor More... | |
| ISvxAssociation & | operator= (const ISvxAssociation &) |
| const Trk::VxSecVertexInfo * | vertexInfo () const |
| void | setVertexInfo (const Trk::VxSecVertexInfo *) |
| virtual void | fillToken (INavigationToken &) const |
| virtual void | fillToken (INavigationToken &, const std::any &) const |
| void | setName (const name_t &name) |
| const name_t & | name () const |
| size_t | keyIndex () const |
Protected Attributes | |
| size_t | m_keyIndex |
| JetKeyDescriptorInstance * | m_jetKeyDescr |
Private Attributes | |
| const Trk::VxSecVertexInfo * | m_vertexInfo |
Definition at line 40 of file ISvxAssociation.h.
|
inherited |
Definition at line 28 of file JetAssociationBase.h.
|
inherited |
Definition at line 29 of file JetAssociationBase.h.
| Analysis::ISvxAssociation::ISvxAssociation | ( | ) |
constructor
Definition at line 37 of file ISvxAssociation.cxx.
| Analysis::ISvxAssociation::ISvxAssociation | ( | const NameType & | name, |
| const ISvxAssociation & | rhs | ||
| ) |
Definition at line 57 of file ISvxAssociation.cxx.
| Analysis::ISvxAssociation::ISvxAssociation | ( | const ISvxAssociation & | rhs | ) |
Definition at line 51 of file ISvxAssociation.cxx.
| Analysis::ISvxAssociation::~ISvxAssociation | ( | ) |
|
virtual |
a clone method for the proper workings of the copy constructor
Implements JetAssociationBase.
Definition at line 63 of file ISvxAssociation.cxx.
|
inlinevirtual |
|
inlinevirtual |
|
inlineinherited |
Definition at line 35 of file JetAssociationBase.h.
|
inherited |
Definition at line 20 of file JetAssociationBase.cxx.
| ISvxAssociation & Analysis::ISvxAssociation::operator= | ( | const ISvxAssociation & | rhs | ) |
Definition at line 66 of file ISvxAssociation.cxx.
Definition at line 15 of file JetAssociationBase.cxx.
| void Analysis::ISvxAssociation::setVertexInfo | ( | const Trk::VxSecVertexInfo * | vertexInfo | ) |
Definition at line 88 of file ISvxAssociation.cxx.
| const Trk::VxSecVertexInfo * Analysis::ISvxAssociation::vertexInfo | ( | ) | const |
Definition at line 81 of file ISvxAssociation.cxx.
|
protectedinherited |
Definition at line 57 of file JetAssociationBase.h.
|
protectedinherited |
Definition at line 56 of file JetAssociationBase.h.
|
private |
Definition at line 77 of file ISvxAssociation.h.
1.8.18