LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Vertex feature info class. More...
#include "SvmVertexSelectionAlgorithm.h"
Public Member Functions | |
VertexFeatureInfo (const float beamDeweighting, const float rPhiFeature, const float energyKick, const float localAsymmetry, const float globalAsymmetry, const float showerAsymmetry) | |
Constructor. More... | |
Public Attributes | |
float | m_beamDeweighting |
The beam deweighting feature. More... | |
float | m_rPhiFeature |
The r/phi feature. More... | |
float | m_energyKick |
The energy kick feature. More... | |
float | m_localAsymmetry |
The local asymmetry feature. More... | |
float | m_globalAsymmetry |
The global asymmetry feature. More... | |
float | m_showerAsymmetry |
The shower asymmetry feature. More... | |
Vertex feature info class.
Definition at line 39 of file SvmVertexSelectionAlgorithm.h.
|
inline |
Constructor.
beamDeweighting | the beam deweighting feature |
rPhiFeature | the r/phi feature |
energyKick | the energy kick feature |
localAsymmetry | the local asymmetry feature |
globalAsymmetry | the global asymmetry feature |
showerAsymmetry | the shower asymmetry feature |
Definition at line 418 of file SvmVertexSelectionAlgorithm.h.
float lar_content::SvmVertexSelectionAlgorithm::VertexFeatureInfo::m_beamDeweighting |
The beam deweighting feature.
Definition at line 55 of file SvmVertexSelectionAlgorithm.h.
Referenced by lar_content::SvmVertexSelectionAlgorithm::AddVertexFeaturesToVector(), lar_content::SvmVertexSelectionAlgorithm::CalculateRPhiScores(), and lar_content::SvmVertexSelectionAlgorithm::PopulateInitialScoreList().
float lar_content::SvmVertexSelectionAlgorithm::VertexFeatureInfo::m_energyKick |
The energy kick feature.
Definition at line 57 of file SvmVertexSelectionAlgorithm.h.
Referenced by lar_content::SvmVertexSelectionAlgorithm::AddVertexFeaturesToVector(), and lar_content::SvmVertexSelectionAlgorithm::PopulateInitialScoreList().
float lar_content::SvmVertexSelectionAlgorithm::VertexFeatureInfo::m_globalAsymmetry |
The global asymmetry feature.
Definition at line 59 of file SvmVertexSelectionAlgorithm.h.
Referenced by lar_content::SvmVertexSelectionAlgorithm::AddVertexFeaturesToVector(), and lar_content::SvmVertexSelectionAlgorithm::PopulateInitialScoreList().
float lar_content::SvmVertexSelectionAlgorithm::VertexFeatureInfo::m_localAsymmetry |
The local asymmetry feature.
Definition at line 58 of file SvmVertexSelectionAlgorithm.h.
Referenced by lar_content::SvmVertexSelectionAlgorithm::AddVertexFeaturesToVector(), and lar_content::SvmVertexSelectionAlgorithm::PopulateInitialScoreList().
float lar_content::SvmVertexSelectionAlgorithm::VertexFeatureInfo::m_rPhiFeature |
The r/phi feature.
Definition at line 56 of file SvmVertexSelectionAlgorithm.h.
Referenced by lar_content::SvmVertexSelectionAlgorithm::AddVertexFeaturesToVector(), and lar_content::SvmVertexSelectionAlgorithm::CalculateRPhiScores().
float lar_content::SvmVertexSelectionAlgorithm::VertexFeatureInfo::m_showerAsymmetry |
The shower asymmetry feature.
Definition at line 60 of file SvmVertexSelectionAlgorithm.h.
Referenced by lar_content::SvmVertexSelectionAlgorithm::AddVertexFeaturesToVector(), and lar_content::SvmVertexSelectionAlgorithm::PopulateInitialScoreList().