LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Event feature info class. More...
#include "SvmVertexSelectionAlgorithm.h"
Public Member Functions | |
EventFeatureInfo (const float eventShoweryness, const float eventEnergy, const float eventVolume, 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_eventVolume |
The volume 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 70 of file SvmVertexSelectionAlgorithm.h.
|
inline |
Constructor.
eventShoweryness | the event showeryness feature |
eventEnergy | the energy of the event |
eventVolume | the volume 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 431 of file SvmVertexSelectionAlgorithm.h.
float lar_content::SvmVertexSelectionAlgorithm::EventFeatureInfo::m_eventEnergy |
The event energy.
Definition at line 88 of file SvmVertexSelectionAlgorithm.h.
Referenced by lar_content::SvmVertexSelectionAlgorithm::AddEventFeaturesToVector().
float lar_content::SvmVertexSelectionAlgorithm::EventFeatureInfo::m_eventShoweryness |
The event showeryness feature.
Definition at line 87 of file SvmVertexSelectionAlgorithm.h.
Referenced by lar_content::SvmVertexSelectionAlgorithm::AddEventFeaturesToVector().
float lar_content::SvmVertexSelectionAlgorithm::EventFeatureInfo::m_eventVolume |
The volume of the event.
Definition at line 89 of file SvmVertexSelectionAlgorithm.h.
Referenced by lar_content::SvmVertexSelectionAlgorithm::AddEventFeaturesToVector().
float lar_content::SvmVertexSelectionAlgorithm::EventFeatureInfo::m_longitudinality |
The longitudinality of the event.
Definition at line 90 of file SvmVertexSelectionAlgorithm.h.
Referenced by lar_content::SvmVertexSelectionAlgorithm::AddEventFeaturesToVector().
unsigned int lar_content::SvmVertexSelectionAlgorithm::EventFeatureInfo::m_nCandidates |
The total number of vertex candidates.
Definition at line 93 of file SvmVertexSelectionAlgorithm.h.
Referenced by lar_content::SvmVertexSelectionAlgorithm::AddEventFeaturesToVector().
unsigned int lar_content::SvmVertexSelectionAlgorithm::EventFeatureInfo::m_nClusters |
The number of clusters in the event.
Definition at line 92 of file SvmVertexSelectionAlgorithm.h.
Referenced by lar_content::SvmVertexSelectionAlgorithm::AddEventFeaturesToVector().
unsigned int lar_content::SvmVertexSelectionAlgorithm::EventFeatureInfo::m_nHits |
The number of hits in the event.
Definition at line 91 of file SvmVertexSelectionAlgorithm.h.
Referenced by lar_content::SvmVertexSelectionAlgorithm::AddEventFeaturesToVector().