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

LongitudinalOverlapResult class. More...

#include "LArTrackOverlapResult.h"

Inheritance diagram for lar_content::LongitudinalOverlapResult:
Collaboration diagram for lar_content::LongitudinalOverlapResult:

Public Member Functions

 LongitudinalOverlapResult ()
 Default constructor.
 
 LongitudinalOverlapResult (const TrackOverlapResult trackOverlapResult, const float innerChi2, const float outerChi2)
 Constructor.
 
 LongitudinalOverlapResult (const unsigned int nMatchedSamplingPoints, const unsigned int nSamplingPoints, const float chi2, const float innerChi2, const float outerChi2)
 Constructor.
 
 LongitudinalOverlapResult (const LongitudinalOverlapResult &rhs)
 Copy constructor.
 
 ~LongitudinalOverlapResult ()
 Destructor.
 
float GetInnerChi2 () const
 
float GetOuterChi2 () const
 
LongitudinalOverlapResultoperator= (const LongitudinalOverlapResult &rhs)
 Track overlap result assigment operator.
 
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.
 

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.
 

Private Attributes

float m_innerChi2
 The inner chi squared.
 
float m_outerChi2
 The outer chi squared.
 

Detailed Description

LongitudinalOverlapResult class.

Definition at line 194 of file LArTrackOverlapResult.h.

Constructor & Destructor Documentation

◆ LongitudinalOverlapResult() [1/4]

lar_content::LongitudinalOverlapResult::LongitudinalOverlapResult ( )

Default constructor.

Definition at line 186 of file LArTrackOverlapResult.cc.

◆ LongitudinalOverlapResult() [2/4]

lar_content::LongitudinalOverlapResult::LongitudinalOverlapResult ( const TrackOverlapResult  trackOverlapResult,
const float  innerChi2,
const float  outerChi2 
)

Constructor.

Parameters
trackOverlapResult
innerChi2
outerChi2

Definition at line 191 of file LArTrackOverlapResult.cc.

◆ LongitudinalOverlapResult() [3/4]

lar_content::LongitudinalOverlapResult::LongitudinalOverlapResult ( const unsigned int  nMatchedSamplingPoints,
const unsigned int  nSamplingPoints,
const float  chi2,
const float  innerChi2,
const float  outerChi2 
)

Constructor.

Parameters
nMatchedSamplingPoints
nSamplingPoints
chi2
innerChi2
outerChi2

Definition at line 200 of file LArTrackOverlapResult.cc.

◆ LongitudinalOverlapResult() [4/4]

lar_content::LongitudinalOverlapResult::LongitudinalOverlapResult ( const LongitudinalOverlapResult rhs)

Copy constructor.

Parameters
rhs

Definition at line 210 of file LArTrackOverlapResult.cc.

◆ ~LongitudinalOverlapResult()

lar_content::LongitudinalOverlapResult::~LongitudinalOverlapResult ( )

Destructor.

Definition at line 219 of file LArTrackOverlapResult.cc.

Member Function Documentation

◆ GetChi2()

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

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:

◆ GetInnerChi2()

float lar_content::LongitudinalOverlapResult::GetInnerChi2 ( ) const
inline
Returns

Definition at line 473 of file LArTrackOverlapResult.h.

Here is the caller graph for this function:

◆ GetMatchedFraction()

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

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
inlineinherited

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
inlineinherited

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:

◆ GetOuterChi2()

float lar_content::LongitudinalOverlapResult::GetOuterChi2 ( ) const
inline
Returns

Definition at line 480 of file LArTrackOverlapResult.h.

Here is the caller graph for this function:

◆ GetReducedChi2()

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

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
inlineinherited

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
inherited

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=()

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

Track overlap result assigment operator.

Parameters
rhsthe track overlap result to assign

Definition at line 225 of file LArTrackOverlapResult.cc.

Here is the call graph for this function:

◆ operator>()

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

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
protectedinherited

The absolute chi2 value.

Definition at line 122 of file LArTrackOverlapResult.h.

◆ m_innerChi2

float lar_content::LongitudinalOverlapResult::m_innerChi2
private

The inner chi squared.

Definition at line 257 of file LArTrackOverlapResult.h.

◆ m_isInitialized

bool lar_content::TrackOverlapResult::m_isInitialized
protectedinherited

Whether the track overlap result has been initialized.

Definition at line 118 of file LArTrackOverlapResult.h.

◆ m_matchedFraction

float lar_content::TrackOverlapResult::m_matchedFraction
protectedinherited

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
protectedinherited

The number of matched sampling points.

Definition at line 119 of file LArTrackOverlapResult.h.

◆ m_nSamplingPoints

unsigned int lar_content::TrackOverlapResult::m_nSamplingPoints
protectedinherited

The number of sampling points.

Definition at line 120 of file LArTrackOverlapResult.h.

◆ m_outerChi2

float lar_content::LongitudinalOverlapResult::m_outerChi2
private

The outer chi squared.

Definition at line 258 of file LArTrackOverlapResult.h.

◆ m_reducedChi2

float lar_content::TrackOverlapResult::m_reducedChi2
protectedinherited

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: