|
| DeltaRayOverlapResult () |
| Default constructor. More...
|
|
| DeltaRayOverlapResult (const unsigned int nMatchedSamplingPoints, const unsigned int nSamplingPoints, const float chi2, const XOverlap &xOverlap, const pandora::PfoList &commonMuonPfoList) |
| Constructor. More...
|
|
| DeltaRayOverlapResult (const DeltaRayOverlapResult &rhs) |
| Copy constructor. More...
|
|
virtual | ~DeltaRayOverlapResult () |
| Destructor. More...
|
|
const pandora::PfoList & | GetCommonMuonPfoList () const |
| Get the common muon pfo list. More...
|
|
DeltaRayOverlapResult & | operator= (const DeltaRayOverlapResult &rhs) |
| Track overlap result assigment operator. More...
|
|
| TransverseOverlapResult () |
| Default constructor. More...
|
|
| TransverseOverlapResult (const unsigned int nMatchedSamplingPoints, const unsigned int nSamplingPoints, const float chi2, const XOverlap &xOverlap) |
| Constructor. More...
|
|
| TransverseOverlapResult (const TransverseOverlapResult &rhs) |
| Copy constructor. More...
|
|
| ~TransverseOverlapResult () |
| Destructor. More...
|
|
const XOverlap & | GetXOverlap () const |
| Get the x overlap object. More...
|
|
TransverseOverlapResult & | operator= (const TransverseOverlapResult &rhs) |
| Track overlap result assigment operator. More...
|
|
| 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...
|
|