LongitudinalOverlapResult class.
More...
#include "LArTrackOverlapResult.h"
◆ LongitudinalOverlapResult() [1/4]
lar_content::LongitudinalOverlapResult::LongitudinalOverlapResult |
( |
| ) |
|
◆ LongitudinalOverlapResult() [2/4]
lar_content::LongitudinalOverlapResult::LongitudinalOverlapResult |
( |
const TrackOverlapResult |
trackOverlapResult, |
|
|
const float |
innerChi2, |
|
|
const float |
outerChi2 |
|
) |
| |
◆ 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]
◆ ~LongitudinalOverlapResult()
lar_content::LongitudinalOverlapResult::~LongitudinalOverlapResult |
( |
| ) |
|
◆ GetChi2()
float lar_content::TrackOverlapResult::GetChi2 |
( |
| ) |
const |
|
inlineinherited |
◆ GetInnerChi2()
float lar_content::LongitudinalOverlapResult::GetInnerChi2 |
( |
| ) |
const |
|
inline |
◆ 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.
◆ 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.
◆ GetNSamplingPoints()
unsigned int lar_content::TrackOverlapResult::GetNSamplingPoints |
( |
| ) |
const |
|
inlineinherited |
◆ GetOuterChi2()
float lar_content::LongitudinalOverlapResult::GetOuterChi2 |
( |
| ) |
const |
|
inline |
◆ 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.
◆ IsInitialized()
bool lar_content::TrackOverlapResult::IsInitialized |
( |
| ) |
const |
|
inlineinherited |
◆ operator<()
Track overlap result less than operator.
- Parameters
-
rhs | the track overlap result for comparison |
Definition at line 67 of file LArTrackOverlapResult.cc.
◆ operator=()
Track overlap result assigment operator.
- Parameters
-
rhs | the track overlap result to assign |
Definition at line 225 of file LArTrackOverlapResult.cc.
◆ operator>()
Track overlap result greater than operator.
- Parameters
-
rhs | the track overlap result for comparison |
Definition at line 92 of file LArTrackOverlapResult.cc.
◆ m_chi2
float lar_content::TrackOverlapResult::m_chi2 |
|
protectedinherited |
◆ m_innerChi2
float lar_content::LongitudinalOverlapResult::m_innerChi2 |
|
private |
◆ m_isInitialized
bool lar_content::TrackOverlapResult::m_isInitialized |
|
protectedinherited |
◆ m_matchedFraction
float lar_content::TrackOverlapResult::m_matchedFraction |
|
protectedinherited |
◆ m_nMatchedSamplingPoints
unsigned int lar_content::TrackOverlapResult::m_nMatchedSamplingPoints |
|
protectedinherited |
◆ m_nSamplingPoints
unsigned int lar_content::TrackOverlapResult::m_nSamplingPoints |
|
protectedinherited |
◆ m_outerChi2
float lar_content::LongitudinalOverlapResult::m_outerChi2 |
|
private |
◆ m_reducedChi2
float lar_content::TrackOverlapResult::m_reducedChi2 |
|
protectedinherited |
The documentation for this class was generated from the following files: