![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
VertexScore class. More...
#include "VertexSelectionBaseAlgorithm.h"
Public Member Functions | |
| VertexScore (const pandora::Vertex *const pVertex, const float score) | |
| Constructor. More... | |
| const pandora::Vertex * | GetVertex () const |
| Get the address of the vertex. More... | |
| float | GetScore () const |
| Get the score. More... | |
| bool | operator< (const VertexScore &rhs) const |
| operator< More... | |
Private Attributes | |
| const pandora::Vertex * | m_pVertex |
| The address of the vertex. More... | |
| float | m_score |
| The score. More... | |
VertexScore class.
Definition at line 43 of file VertexSelectionBaseAlgorithm.h.
|
inline |
Constructor.
| pVertex | the address of the vertex |
| score | the score |
Definition at line 436 of file VertexSelectionBaseAlgorithm.h.
|
inline |
Get the score.
Definition at line 451 of file VertexSelectionBaseAlgorithm.h.
References m_score.
Referenced by operator<().
|
inline |
Get the address of the vertex.
Definition at line 444 of file VertexSelectionBaseAlgorithm.h.
References m_pVertex.
|
inline |
operator<
| rhs | the value for comparison |
Definition at line 458 of file VertexSelectionBaseAlgorithm.h.
References GetScore().
|
private |
The address of the vertex.
Definition at line 78 of file VertexSelectionBaseAlgorithm.h.
Referenced by GetVertex().
|
private |