Public Member Functions | Public Attributes | List of all members
lar_content::TrainedVertexSelectionAlgorithm::VertexSharedFeatureInfo Class Reference

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...
 

Detailed Description

Shared vertex feature info class.

Definition at line 77 of file TrainedVertexSelectionAlgorithm.h.

Constructor & Destructor Documentation

lar_content::TrainedVertexSelectionAlgorithm::VertexSharedFeatureInfo::VertexSharedFeatureInfo ( const float  separation,
const float  axisHits 
)
inline

Constructor.

Parameters
m_separationthe distance between the two vertices
m_axisHitsthe hit density along the axis between the two vertices

Definition at line 516 of file TrainedVertexSelectionAlgorithm.h.

516  :
517  m_separation(separation),
518  m_axisHits(axisHits)
519 {
520 }
float m_axisHits
The hit density along the axis between the two vertices.

Member Data Documentation

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.


The documentation for this class was generated from the following file: