LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
anab::MVAPIDResult Struct Reference

#include "MVAPIDResult.h"

Public Attributes

float evalRatio
 
float concentration
 
float coreHaloRatio
 
float conicalness
 
float dEdxStart
 
float dEdxEnd
 
float dEdxEndRatio
 
float length
 
float nSpacePoints
 
unsigned int trackID
 
int isTrack
 
int isStoppingReco
 
std::map< std::string, double > mvaOutput
 

Friends

bool operator< (const MVAPIDResult &a, const MVAPIDResult &b)
 

Detailed Description

Definition at line 10 of file MVAPIDResult.h.

Friends And Related Function Documentation

bool operator< ( const MVAPIDResult a,
const MVAPIDResult b 
)
friend

Definition at line 30 of file MVAPIDResult.h.

31  {
32  return a.nSpacePoints < b.nSpacePoints;
33  }

Member Data Documentation

float anab::MVAPIDResult::concentration

Definition at line 13 of file MVAPIDResult.h.

Referenced by BuildTree(), mvapid::MVAAlg::MVAAlg(), and mvapid::MVAAlg::RunPID().

float anab::MVAPIDResult::conicalness

Definition at line 15 of file MVAPIDResult.h.

Referenced by BuildTree(), mvapid::MVAAlg::MVAAlg(), and mvapid::MVAAlg::RunPID().

float anab::MVAPIDResult::coreHaloRatio

Definition at line 14 of file MVAPIDResult.h.

Referenced by BuildTree(), mvapid::MVAAlg::MVAAlg(), and mvapid::MVAAlg::RunPID().

float anab::MVAPIDResult::dEdxEnd

Definition at line 17 of file MVAPIDResult.h.

Referenced by BuildTree(), mvapid::MVAAlg::MVAAlg(), and mvapid::MVAAlg::RunPID().

float anab::MVAPIDResult::dEdxEndRatio

Definition at line 18 of file MVAPIDResult.h.

Referenced by BuildTree(), mvapid::MVAAlg::MVAAlg(), and mvapid::MVAAlg::RunPID().

float anab::MVAPIDResult::dEdxStart

Definition at line 16 of file MVAPIDResult.h.

Referenced by BuildTree(), mvapid::MVAAlg::MVAAlg(), and mvapid::MVAAlg::RunPID().

float anab::MVAPIDResult::evalRatio

Definition at line 12 of file MVAPIDResult.h.

Referenced by BuildTree(), mvapid::MVAAlg::MVAAlg(), and mvapid::MVAAlg::RunPID().

int anab::MVAPIDResult::isStoppingReco

Definition at line 23 of file MVAPIDResult.h.

Referenced by BuildTree(), and mvapid::MVAAlg::RunPID().

int anab::MVAPIDResult::isTrack

Definition at line 22 of file MVAPIDResult.h.

Referenced by BuildTree(), and mvapid::MVAAlg::RunPID().

float anab::MVAPIDResult::length

Definition at line 19 of file MVAPIDResult.h.

Referenced by BuildTree(), and mvapid::MVAAlg::RunPID().

std::map<std::string, double> anab::MVAPIDResult::mvaOutput

Definition at line 27 of file MVAPIDResult.h.

Referenced by PrintRes(), and mvapid::MVAAlg::RunPID().

float anab::MVAPIDResult::nSpacePoints

Definition at line 20 of file MVAPIDResult.h.

Referenced by BuildTree(), anab::operator<(), PrintRes(), and mvapid::MVAAlg::RunPID().

unsigned int anab::MVAPIDResult::trackID

Definition at line 21 of file MVAPIDResult.h.

Referenced by mvapid::MVAAlg::RunPID().


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