DeltaRayOverlapResult class. More...
#include <LArTrackOverlapResult.h>
Public Member Functions | |
| 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... | |
Public Member Functions inherited from lar_content::TransverseOverlapResult | |
| 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... | |
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 | |
| pandora::PfoList | m_commonMuonPfoList |
| The list of cosmic ray pfos that, in each view, lie close to the clusters of the tensor element. 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... | |
DeltaRayOverlapResult class.
Definition at line 349 of file LArTrackOverlapResult.h.
| lar_content::DeltaRayOverlapResult::DeltaRayOverlapResult | ( | ) |
Default constructor.
Definition at line 299 of file LArTrackOverlapResult.cc.
| lar_content::DeltaRayOverlapResult::DeltaRayOverlapResult | ( | const unsigned int | nMatchedSamplingPoints, |
| const unsigned int | nSamplingPoints, | ||
| const float | chi2, | ||
| const XOverlap & | xOverlap, | ||
| const pandora::PfoList & | commonMuonPfoList | ||
| ) |
Constructor.
| nMatchedSamplingPoints | |
| nSamplingPoints | |
| chi2 | |
| xOverlap | |
| commonMuonPfoList | the list of cosmic ray pfos that, in each view, lie close to the clusters of the tensor element |
| lar_content::DeltaRayOverlapResult::DeltaRayOverlapResult | ( | const DeltaRayOverlapResult & | rhs | ) |
Copy constructor.
| rhs |
Definition at line 314 of file LArTrackOverlapResult.cc.
|
virtual |
|
inline |
Get the common muon pfo list.
Definition at line 503 of file LArTrackOverlapResult.h.
| DeltaRayOverlapResult & lar_content::DeltaRayOverlapResult::operator= | ( | const DeltaRayOverlapResult & | rhs | ) |
Track overlap result assigment operator.
| rhs | the track overlap result to assign |
Definition at line 328 of file LArTrackOverlapResult.cc.
|
private |
The list of cosmic ray pfos that, in each view, lie close to the clusters of the tensor element.
Definition at line 396 of file LArTrackOverlapResult.h.
1.8.11