Shared vertex feature info class. More...
#include <TrainedVertexSelectionAlgorithm.h>
Public Member Functions | |
VertexSharedFeatureInfo (const float separation, const float axisHits) | |
Constructor. More... | |
Public Attributes | |
float | m_separation |
The distance between the two vertices. More... | |
float | m_axisHits |
The hit density along the axis between the two vertices. More... | |
Shared vertex feature info class.
Definition at line 77 of file TrainedVertexSelectionAlgorithm.h.
|
inline |
Constructor.
m_separation | the distance between the two vertices |
m_axisHits | the hit density along the axis between the two vertices |
Definition at line 516 of file TrainedVertexSelectionAlgorithm.h.
float lar_content::TrainedVertexSelectionAlgorithm::VertexSharedFeatureInfo::m_axisHits |
The hit density along the axis between the two vertices.
Definition at line 89 of file TrainedVertexSelectionAlgorithm.h.
float lar_content::TrainedVertexSelectionAlgorithm::VertexSharedFeatureInfo::m_separation |
The distance between the two vertices.
Definition at line 88 of file TrainedVertexSelectionAlgorithm.h.