LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Vertex feature info class. More...
#include "TrainedVertexSelectionAlgorithm.h"
Public Member Functions | |
VertexFeatureInfo (const float beamDeweighting, const float rPhiFeature, const float energyKick, const float localAsymmetry, const float globalAsymmetry, const float showerAsymmetry, const float dEdxAsymmetry, const float vertexEnergy) | |
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... | |
float | m_dEdxAsymmetry |
The dE/dx asymmetry feature. More... | |
float | m_vertexEnergy |
The vertex energy feature. More... | |
Vertex feature info class.
Definition at line 42 of file TrainedVertexSelectionAlgorithm.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 |
dEdxAsymmetry | the dE/dx asymmetry feature |
vertexEnergy | the vertex energy feature |
Definition at line 487 of file TrainedVertexSelectionAlgorithm.h.
float lar_content::TrainedVertexSelectionAlgorithm::VertexFeatureInfo::m_beamDeweighting |
The beam deweighting feature.
Definition at line 60 of file TrainedVertexSelectionAlgorithm.h.
Referenced by lar_content::TrainedVertexSelectionAlgorithm::AddVertexFeaturesToVector(), lar_content::TrainedVertexSelectionAlgorithm::CalculateRPhiScores(), and lar_content::TrainedVertexSelectionAlgorithm::PopulateInitialScoreList().
float lar_content::TrainedVertexSelectionAlgorithm::VertexFeatureInfo::m_dEdxAsymmetry |
The dE/dx asymmetry feature.
Definition at line 66 of file TrainedVertexSelectionAlgorithm.h.
Referenced by lar_content::TrainedVertexSelectionAlgorithm::AddVertexFeaturesToVector().
float lar_content::TrainedVertexSelectionAlgorithm::VertexFeatureInfo::m_energyKick |
The energy kick feature.
Definition at line 62 of file TrainedVertexSelectionAlgorithm.h.
Referenced by lar_content::TrainedVertexSelectionAlgorithm::AddVertexFeaturesToVector(), and lar_content::TrainedVertexSelectionAlgorithm::PopulateInitialScoreList().
float lar_content::TrainedVertexSelectionAlgorithm::VertexFeatureInfo::m_globalAsymmetry |
The global asymmetry feature.
Definition at line 64 of file TrainedVertexSelectionAlgorithm.h.
Referenced by lar_content::TrainedVertexSelectionAlgorithm::AddVertexFeaturesToVector(), and lar_content::TrainedVertexSelectionAlgorithm::PopulateInitialScoreList().
float lar_content::TrainedVertexSelectionAlgorithm::VertexFeatureInfo::m_localAsymmetry |
The local asymmetry feature.
Definition at line 63 of file TrainedVertexSelectionAlgorithm.h.
Referenced by lar_content::TrainedVertexSelectionAlgorithm::AddVertexFeaturesToVector(), and lar_content::TrainedVertexSelectionAlgorithm::PopulateInitialScoreList().
float lar_content::TrainedVertexSelectionAlgorithm::VertexFeatureInfo::m_rPhiFeature |
The r/phi feature.
Definition at line 61 of file TrainedVertexSelectionAlgorithm.h.
Referenced by lar_content::TrainedVertexSelectionAlgorithm::AddVertexFeaturesToVector(), and lar_content::TrainedVertexSelectionAlgorithm::CalculateRPhiScores().
float lar_content::TrainedVertexSelectionAlgorithm::VertexFeatureInfo::m_showerAsymmetry |
The shower asymmetry feature.
Definition at line 65 of file TrainedVertexSelectionAlgorithm.h.
Referenced by lar_content::TrainedVertexSelectionAlgorithm::AddVertexFeaturesToVector(), and lar_content::TrainedVertexSelectionAlgorithm::PopulateInitialScoreList().
float lar_content::TrainedVertexSelectionAlgorithm::VertexFeatureInfo::m_vertexEnergy |
The vertex energy feature.
Definition at line 67 of file TrainedVertexSelectionAlgorithm.h.
Referenced by lar_content::TrainedVertexSelectionAlgorithm::AddVertexFeaturesToVector().