Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
lar_content::TrackOverlapResult Class Reference

TrackOverlapResult class. More...

#include "LArTrackOverlapResult.h"

Inheritance diagram for lar_content::TrackOverlapResult:

Public Member Functions

 TrackOverlapResult ()
 Default constructor.
 
 TrackOverlapResult (const unsigned int nMatchedSamplingPoints, const unsigned int nSamplingPoints, const float chi2)
 Constructor.
 
 TrackOverlapResult (const TrackOverlapResult &rhs)
 Copy constructor.
 
virtual ~TrackOverlapResult ()
 Destructor.
 
bool IsInitialized () const
 Whether the track overlap result has been initialized.
 
unsigned int GetNMatchedSamplingPoints () const
 Get the number of matched sampling points.
 
unsigned int GetNSamplingPoints () const
 Get the number of sampling points.
 
float GetMatchedFraction () const
 Get the fraction of sampling points resulting in a match.
 
float GetChi2 () const
 Get the absolute chi2 value.
 
float GetReducedChi2 () const
 Get the chi2 per samping point value.
 
bool operator< (const TrackOverlapResult &rhs) const
 Track overlap result less than operator.
 
bool operator> (const TrackOverlapResult &rhs) const
 Track overlap result greater than operator.
 
TrackOverlapResultoperator= (const TrackOverlapResult &rhs)
 Track overlap result assigment operator.
 

Protected Attributes

bool m_isInitialized
 Whether the track overlap result has been initialized.
 
unsigned int m_nMatchedSamplingPoints
 The number of matched sampling points.
 
unsigned int m_nSamplingPoints
 The number of sampling points.
 
float m_matchedFraction
 The fraction of sampling points resulting in a match.
 
float m_chi2
 The absolute chi2 value.
 
float m_reducedChi2
 The chi2 per samping point value.
 

Detailed Description

TrackOverlapResult class.

Definition at line 25 of file LArTrackOverlapResult.h.

Constructor & Destructor Documentation

◆ TrackOverlapResult() [1/3]

lar_content::TrackOverlapResult::TrackOverlapResult ( )

Default constructor.

Definition at line 20 of file LArTrackOverlapResult.cc.

◆ TrackOverlapResult() [2/3]

lar_content::TrackOverlapResult::TrackOverlapResult ( const unsigned int  nMatchedSamplingPoints,
const unsigned int  nSamplingPoints,
const float  chi2 
)

Constructor.

Parameters
nMatchedSamplingPoints
nSamplingPoints
chi2

Definition at line 32 of file LArTrackOverlapResult.cc.

◆ TrackOverlapResult() [3/3]

lar_content::TrackOverlapResult::TrackOverlapResult ( const TrackOverlapResult rhs)

Copy constructor.

Parameters
rhs

Definition at line 49 of file LArTrackOverlapResult.cc.

◆ ~TrackOverlapResult()

lar_content::TrackOverlapResult::~TrackOverlapResult ( )
virtual

Destructor.

Definition at line 61 of file LArTrackOverlapResult.cc.

Member Function Documentation

◆ GetChi2()

float lar_content::TrackOverlapResult::GetChi2 ( ) const
inline

Get the absolute chi2 value.

Returns
the absolute chi2 value

Definition at line 441 of file LArTrackOverlapResult.h.

Here is the caller graph for this function:

◆ GetMatchedFraction()

float lar_content::TrackOverlapResult::GetMatchedFraction ( ) const
inline

Get the fraction of sampling points resulting in a match.

Returns
the fraction of sampling points resulting in a match

Definition at line 431 of file LArTrackOverlapResult.h.

Here is the caller graph for this function:

◆ GetNMatchedSamplingPoints()

unsigned int lar_content::TrackOverlapResult::GetNMatchedSamplingPoints ( ) const
inline

Get the number of matched sampling points.

Returns
the number of matched sampling points

Definition at line 411 of file LArTrackOverlapResult.h.

Here is the caller graph for this function:

◆ GetNSamplingPoints()

unsigned int lar_content::TrackOverlapResult::GetNSamplingPoints ( ) const
inline

Get the number of sampling points.

Returns
the number of sampling points

Definition at line 421 of file LArTrackOverlapResult.h.

Here is the caller graph for this function:

◆ GetReducedChi2()

float lar_content::TrackOverlapResult::GetReducedChi2 ( ) const
inline

Get the chi2 per samping point value.

Returns
the chi2 per samping point value

Definition at line 451 of file LArTrackOverlapResult.h.

Here is the caller graph for this function:

◆ IsInitialized()

bool lar_content::TrackOverlapResult::IsInitialized ( ) const
inline

Whether the track overlap result has been initialized.

Returns
boolean

Definition at line 404 of file LArTrackOverlapResult.h.

Here is the caller graph for this function:

◆ operator<()

bool lar_content::TrackOverlapResult::operator< ( const TrackOverlapResult rhs) const

Track overlap result less than operator.

Parameters
rhsthe track overlap result for comparison

Definition at line 67 of file LArTrackOverlapResult.cc.

Here is the call graph for this function:

◆ operator=()

TrackOverlapResult & lar_content::TrackOverlapResult::operator= ( const TrackOverlapResult rhs)

Track overlap result assigment operator.

Parameters
rhsthe track overlap result to assign

Definition at line 102 of file LArTrackOverlapResult.cc.

Here is the caller graph for this function:

◆ operator>()

bool lar_content::TrackOverlapResult::operator> ( const TrackOverlapResult rhs) const

Track overlap result greater than operator.

Parameters
rhsthe track overlap result for comparison

Definition at line 92 of file LArTrackOverlapResult.cc.

Member Data Documentation

◆ m_chi2

float lar_content::TrackOverlapResult::m_chi2
protected

The absolute chi2 value.

Definition at line 122 of file LArTrackOverlapResult.h.

◆ m_isInitialized

bool lar_content::TrackOverlapResult::m_isInitialized
protected

Whether the track overlap result has been initialized.

Definition at line 118 of file LArTrackOverlapResult.h.

◆ m_matchedFraction

float lar_content::TrackOverlapResult::m_matchedFraction
protected

The fraction of sampling points resulting in a match.

Definition at line 121 of file LArTrackOverlapResult.h.

◆ m_nMatchedSamplingPoints

unsigned int lar_content::TrackOverlapResult::m_nMatchedSamplingPoints
protected

The number of matched sampling points.

Definition at line 119 of file LArTrackOverlapResult.h.

◆ m_nSamplingPoints

unsigned int lar_content::TrackOverlapResult::m_nSamplingPoints
protected

The number of sampling points.

Definition at line 120 of file LArTrackOverlapResult.h.

◆ m_reducedChi2

float lar_content::TrackOverlapResult::m_reducedChi2
protected

The chi2 per samping point value.

Definition at line 123 of file LArTrackOverlapResult.h.


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