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

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

Detailed Description

Vertex feature info class.

Definition at line 39 of file SvmVertexSelectionAlgorithm.h.

Constructor & Destructor Documentation

lar_content::SvmVertexSelectionAlgorithm::VertexFeatureInfo::VertexFeatureInfo ( const float  beamDeweighting,
const float  rPhiFeature,
const float  energyKick,
const float  localAsymmetry,
const float  globalAsymmetry,
const float  showerAsymmetry 
)
inline

Constructor.

Parameters
beamDeweightingthe beam deweighting feature
rPhiFeaturethe r/phi feature
energyKickthe energy kick feature
localAsymmetrythe local asymmetry feature
globalAsymmetrythe global asymmetry feature
showerAsymmetrythe shower asymmetry feature

Definition at line 418 of file SvmVertexSelectionAlgorithm.h.

419  :
420  m_beamDeweighting(beamDeweighting),
421  m_rPhiFeature(rPhiFeature),
422  m_energyKick(energyKick),
423  m_localAsymmetry(localAsymmetry),
424  m_globalAsymmetry(globalAsymmetry),
425  m_showerAsymmetry(showerAsymmetry)
426 {
427 }

Member Data Documentation

float lar_content::SvmVertexSelectionAlgorithm::VertexFeatureInfo::m_beamDeweighting
float lar_content::SvmVertexSelectionAlgorithm::VertexFeatureInfo::m_energyKick
float lar_content::SvmVertexSelectionAlgorithm::VertexFeatureInfo::m_globalAsymmetry
float lar_content::SvmVertexSelectionAlgorithm::VertexFeatureInfo::m_localAsymmetry
float lar_content::SvmVertexSelectionAlgorithm::VertexFeatureInfo::m_rPhiFeature
float lar_content::SvmVertexSelectionAlgorithm::VertexFeatureInfo::m_showerAsymmetry

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