![]() |
ATLAS Offline Software
|
#include <ISvxConstituent.h>
Public Member Functions | |
| ISvxConstituent () | |
| constructor | |
| ISvxConstituent (NameType &name) | |
| constructor | |
| ISvxConstituent (NameType &name, const ISvxConstituent &rhs) | |
| ISvxConstituent (const ISvxConstituent &rhs) | |
| ~ISvxConstituent () | |
| destructor | |
| virtual void | setName (NameType &name) |
| to set the name | |
| virtual NameType | name () const |
| returns the infoType of the info objects. | |
| virtual ISvxConstituent * | clone () const |
| a clone method for the proper workings of the copy constructor | |
| ISvxConstituent & | operator= (const ISvxConstituent &) |
| const Trk::VxSecVertexInfo * | vertexInfo () const |
| void | setVertexInfo (const Trk::VxSecVertexInfo *) |
| virtual void | fillToken (INavigationToken &) const |
| virtual void | fillToken (INavigationToken &, const std::any &) const |
Private Attributes | |
| std::string | m_name |
| const Trk::VxSecVertexInfo * | m_vertexInfo |
Definition at line 40 of file ISvxConstituent.h.
| Analysis::ISvxConstituent::ISvxConstituent | ( | ) |
constructor
Definition at line 24 of file ISvxConstituent.cxx.
| Analysis::ISvxConstituent::ISvxConstituent | ( | NameType & | name | ) |
constructor
Definition at line 27 of file ISvxConstituent.cxx.
| Analysis::ISvxConstituent::ISvxConstituent | ( | NameType & | name, |
| const ISvxConstituent & | rhs ) |
Definition at line 48 of file ISvxConstituent.cxx.
| Analysis::ISvxConstituent::ISvxConstituent | ( | const ISvxConstituent & | rhs | ) |
Definition at line 42 of file ISvxConstituent.cxx.
| Analysis::ISvxConstituent::~ISvxConstituent | ( | ) |
destructor
Definition at line 32 of file ISvxConstituent.cxx.
|
virtual |
a clone method for the proper workings of the copy constructor
Implements Analysis::IConstituent.
Definition at line 59 of file ISvxConstituent.cxx.
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
returns the infoType of the info objects.
This has to be set by the tagger.
Implements Analysis::IConstituent.
Definition at line 57 of file ISvxConstituent.cxx.
| ISvxConstituent & Analysis::ISvxConstituent::operator= | ( | const ISvxConstituent & | rhs | ) |
Definition at line 62 of file ISvxConstituent.cxx.
|
virtual |
to set the name
Implements Analysis::IConstituent.
Definition at line 55 of file ISvxConstituent.cxx.
| void Analysis::ISvxConstituent::setVertexInfo | ( | const Trk::VxSecVertexInfo * | vertexInfo | ) |
Definition at line 84 of file ISvxConstituent.cxx.
| const Trk::VxSecVertexInfo * Analysis::ISvxConstituent::vertexInfo | ( | ) | const |
Definition at line 77 of file ISvxConstituent.cxx.
|
private |
Definition at line 83 of file ISvxConstituent.h.
|
private |
Definition at line 84 of file ISvxConstituent.h.