AssociationInfo class.
More...
|
const pandora::Cluster * | m_pCluster |
| The cluster to which an association would be made.
|
|
float | m_closestApproach |
| The distance of closest approach.
|
|
april_content::TrackRecoveryHelixAlgorithm::AssociationInfo::AssociationInfo |
( |
const pandora::Cluster *const |
pCluster, |
|
|
const float |
closestApproach |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
pCluster | address of cluster to which association could be made |
closestApproach | distance of closest approach between the cluster and the track under consideration |
float april_content::TrackRecoveryHelixAlgorithm::AssociationInfo::GetClosestApproach |
( |
| ) |
const |
|
inline |
Get the distance of closest approach between the cluster and the track under consideration.
- Returns
- The distance of closest approach
const pandora::Cluster * april_content::TrackRecoveryHelixAlgorithm::AssociationInfo::GetCluster |
( |
| ) |
const |
|
inline |
Get the address of the cluster to which association could be made.
- Returns
- The address of the cluster
bool april_content::TrackRecoveryHelixAlgorithm::AssociationInfo::operator< |
( |
const AssociationInfo & |
rhs | ) |
const |
Operator< to order by address of associated cluster.
- Parameters
-
rhs | association info to compare with |
The documentation for this class was generated from the following files: