LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
lar_content::SvmVertexSelectionAlgorithm::EventFeatureInfo Class Reference

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

Detailed Description

Event feature info class.

Definition at line 70 of file SvmVertexSelectionAlgorithm.h.

Constructor & Destructor Documentation

lar_content::SvmVertexSelectionAlgorithm::EventFeatureInfo::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 
)
inline

Constructor.

Parameters
eventShowerynessthe event showeryness feature
eventEnergythe energy of the event
eventVolumethe volume of the event
longitudinalitythe longitudinality of the event
nHitsthe number of hits in the event
nClustersthe number of clusters in the event
nCandidatesthe total number of vertex candidates

Definition at line 431 of file SvmVertexSelectionAlgorithm.h.

432  :
433  m_eventShoweryness(eventShoweryness),
434  m_eventEnergy(eventEnergy),
435  m_eventVolume(eventVolume),
436  m_longitudinality(longitudinality),
437  m_nHits(nHits),
438  m_nClusters(nClusters),
439  m_nCandidates(nCandidates)
440 {
441 }
unsigned int m_nCandidates
The total number of vertex candidates.
unsigned int m_nClusters
The number of clusters in the event.

Member Data Documentation

float lar_content::SvmVertexSelectionAlgorithm::EventFeatureInfo::m_eventEnergy
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().


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