47 m_isInitialized(rhs.m_isInitialized),
48 m_nMatchedSamplingPoints(rhs.m_nMatchedSamplingPoints),
49 m_nSamplingPoints(rhs.m_nSamplingPoints),
50 m_matchedFraction(rhs.m_matchedFraction),
51 m_xOverlap(rhs.IsInitialized() ? rhs.GetXOverlap() :
XOverlap(0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f))
ShowerOverlapResult class.
bool operator>(const ShowerOverlapResult &rhs) const
Track overlap result greater than operator.
float m_matchedFraction
The fraction of sampling points resulting in a match.
bool operator<(const ShowerOverlapResult &rhs) const
Track overlap result less than operator.
bool m_isInitialized
Whether the track overlap result has been initialized.
ShowerOverlapResult & operator=(const ShowerOverlapResult &rhs)
Track overlap result assigment operator.
const XOverlap & GetXOverlap() const
Get the x overlap object.
unsigned int m_nSamplingPoints
The number of sampling points.
unsigned int m_nMatchedSamplingPoints
The number of matched sampling points.
bool IsInitialized() const
Whether the track overlap result has been initialized.
float GetXSpanV() const
Get the x span in the v view.
float GetXOverlapSpan() const
Get the x overlap span.
float GetXSpanW() const
Get the x span in the w view.
float GetXSpanU() const
Get the x span in the u view.