LongitudinalOverlapResult class. More...
#include <LArTrackOverlapResult.h>
Public Member Functions | |
| LongitudinalOverlapResult () | |
| Default constructor. More... | |
| LongitudinalOverlapResult (const TrackOverlapResult trackOverlapResult, const float innerChi2, const float outerChi2) | |
| Constructor. More... | |
| LongitudinalOverlapResult (const unsigned int nMatchedSamplingPoints, const unsigned int nSamplingPoints, const float chi2, const float innerChi2, const float outerChi2) | |
| Constructor. More... | |
| LongitudinalOverlapResult (const LongitudinalOverlapResult &rhs) | |
| Copy constructor. More... | |
| ~LongitudinalOverlapResult () | |
| Destructor. More... | |
| float | GetInnerChi2 () const |
| float | GetOuterChi2 () const |
| LongitudinalOverlapResult & | operator= (const LongitudinalOverlapResult &rhs) |
| Track overlap result assigment operator. More... | |
Public Member Functions inherited from lar_content::TrackOverlapResult | |
| TrackOverlapResult () | |
| Default constructor. More... | |
| TrackOverlapResult (const unsigned int nMatchedSamplingPoints, const unsigned int nSamplingPoints, const float chi2) | |
| Constructor. More... | |
| TrackOverlapResult (const TrackOverlapResult &rhs) | |
| Copy constructor. More... | |
| virtual | ~TrackOverlapResult () |
| Destructor. More... | |
| bool | IsInitialized () const |
| Whether the track overlap result has been initialized. More... | |
| unsigned int | GetNMatchedSamplingPoints () const |
| Get the number of matched sampling points. More... | |
| unsigned int | GetNSamplingPoints () const |
| Get the number of sampling points. More... | |
| float | GetMatchedFraction () const |
| Get the fraction of sampling points resulting in a match. More... | |
| float | GetChi2 () const |
| Get the absolute chi2 value. More... | |
| float | GetReducedChi2 () const |
| Get the chi2 per samping point value. More... | |
| bool | operator< (const TrackOverlapResult &rhs) const |
| Track overlap result less than operator. More... | |
| bool | operator> (const TrackOverlapResult &rhs) const |
| Track overlap result greater than operator. More... | |
| TrackOverlapResult & | operator= (const TrackOverlapResult &rhs) |
| Track overlap result assigment operator. More... | |
Private Attributes | |
| float | m_innerChi2 |
| The inner chi squared. More... | |
| float | m_outerChi2 |
| The outer chi squared. More... | |
Additional Inherited Members | |
Protected Attributes inherited from lar_content::TrackOverlapResult | |
| bool | m_isInitialized |
| Whether the track overlap result has been initialized. More... | |
| unsigned int | m_nMatchedSamplingPoints |
| The number of matched sampling points. More... | |
| unsigned int | m_nSamplingPoints |
| The number of sampling points. More... | |
| float | m_matchedFraction |
| The fraction of sampling points resulting in a match. More... | |
| float | m_chi2 |
| The absolute chi2 value. More... | |
| float | m_reducedChi2 |
| The chi2 per samping point value. More... | |
LongitudinalOverlapResult class.
Definition at line 194 of file LArTrackOverlapResult.h.
| lar_content::LongitudinalOverlapResult::LongitudinalOverlapResult | ( | ) |
Default constructor.
Definition at line 186 of file LArTrackOverlapResult.cc.
| lar_content::LongitudinalOverlapResult::LongitudinalOverlapResult | ( | const TrackOverlapResult | trackOverlapResult, |
| const float | innerChi2, | ||
| const float | outerChi2 | ||
| ) |
Constructor.
| trackOverlapResult | |
| innerChi2 | |
| outerChi2 |
Definition at line 191 of file LArTrackOverlapResult.cc.
| lar_content::LongitudinalOverlapResult::LongitudinalOverlapResult | ( | const unsigned int | nMatchedSamplingPoints, |
| const unsigned int | nSamplingPoints, | ||
| const float | chi2, | ||
| const float | innerChi2, | ||
| const float | outerChi2 | ||
| ) |
Constructor.
| nMatchedSamplingPoints | |
| nSamplingPoints | |
| chi2 | |
| innerChi2 | |
| outerChi2 |
Definition at line 200 of file LArTrackOverlapResult.cc.
| lar_content::LongitudinalOverlapResult::LongitudinalOverlapResult | ( | const LongitudinalOverlapResult & | rhs | ) |
Copy constructor.
| rhs |
Definition at line 210 of file LArTrackOverlapResult.cc.
| lar_content::LongitudinalOverlapResult::~LongitudinalOverlapResult | ( | ) |
|
inline |
Definition at line 473 of file LArTrackOverlapResult.h.
|
inline |
Definition at line 480 of file LArTrackOverlapResult.h.
| LongitudinalOverlapResult & lar_content::LongitudinalOverlapResult::operator= | ( | const LongitudinalOverlapResult & | rhs | ) |
Track overlap result assigment operator.
| rhs | the track overlap result to assign |
Definition at line 225 of file LArTrackOverlapResult.cc.
|
private |
The inner chi squared.
Definition at line 257 of file LArTrackOverlapResult.h.
|
private |
The outer chi squared.
Definition at line 258 of file LArTrackOverlapResult.h.
1.8.11