Event feature info class. More...
#include <TrainedVertexSelectionAlgorithm.h>
Public Member Functions | |
EventFeatureInfo (const float eventShoweryness, const float eventEnergy, const float eventArea, const float longitudinality, const unsigned int nHits, const unsigned int nClusters, const unsigned int nCandidates) | |
Constructor. More... | |
Public Attributes | |
float | m_eventShoweryness |
The event showeryness feature. More... | |
float | m_eventEnergy |
The event energy. More... | |
float | m_eventArea |
The area of the event. More... | |
float | m_longitudinality |
The longitudinality of the event. More... | |
unsigned int | m_nHits |
The number of hits in the event. More... | |
unsigned int | m_nClusters |
The number of clusters in the event. More... | |
unsigned int | m_nCandidates |
The total number of vertex candidates. More... | |
Event feature info class.
Definition at line 97 of file TrainedVertexSelectionAlgorithm.h.
|
inline |
Constructor.
eventShoweryness | the event showeryness feature |
eventEnergy | the energy of the event |
eventArea | the area of the event |
longitudinality | the longitudinality of the event |
nHits | the number of hits in the event |
nClusters | the number of clusters in the event |
nCandidates | the total number of vertex candidates |
Definition at line 502 of file TrainedVertexSelectionAlgorithm.h.
float lar_content::TrainedVertexSelectionAlgorithm::EventFeatureInfo::m_eventArea |
The area of the event.
Definition at line 116 of file TrainedVertexSelectionAlgorithm.h.
float lar_content::TrainedVertexSelectionAlgorithm::EventFeatureInfo::m_eventEnergy |
The event energy.
Definition at line 115 of file TrainedVertexSelectionAlgorithm.h.
float lar_content::TrainedVertexSelectionAlgorithm::EventFeatureInfo::m_eventShoweryness |
The event showeryness feature.
Definition at line 114 of file TrainedVertexSelectionAlgorithm.h.
float lar_content::TrainedVertexSelectionAlgorithm::EventFeatureInfo::m_longitudinality |
The longitudinality of the event.
Definition at line 117 of file TrainedVertexSelectionAlgorithm.h.
unsigned int lar_content::TrainedVertexSelectionAlgorithm::EventFeatureInfo::m_nCandidates |
The total number of vertex candidates.
Definition at line 120 of file TrainedVertexSelectionAlgorithm.h.
unsigned int lar_content::TrainedVertexSelectionAlgorithm::EventFeatureInfo::m_nClusters |
The number of clusters in the event.
Definition at line 119 of file TrainedVertexSelectionAlgorithm.h.
unsigned int lar_content::TrainedVertexSelectionAlgorithm::EventFeatureInfo::m_nHits |
The number of hits in the event.
Definition at line 118 of file TrainedVertexSelectionAlgorithm.h.