APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations
Public Member Functions | Private Attributes | List of all members
april_content::TrackRecoveryHelixAlgorithm::AssociationInfo Class Reference

AssociationInfo class. More...

Public Member Functions

 AssociationInfo (const pandora::Cluster *const pCluster, const float closestApproach)
 Constructor. More...
 
const pandora::Cluster * GetCluster () const
 Get the address of the cluster to which association could be made. More...
 
float GetClosestApproach () const
 Get the distance of closest approach between the cluster and the track under consideration. More...
 
bool operator< (const AssociationInfo &rhs) const
 Operator< to order by address of associated cluster. More...
 

Private Attributes

const pandora::Cluster * m_pCluster
 The cluster to which an association would be made.
 
float m_closestApproach
 The distance of closest approach.
 

Detailed Description

AssociationInfo class.

Constructor & Destructor Documentation

april_content::TrackRecoveryHelixAlgorithm::AssociationInfo::AssociationInfo ( const pandora::Cluster *const  pCluster,
const float  closestApproach 
)
inline

Constructor.

Parameters
pClusteraddress of cluster to which association could be made
closestApproachdistance of closest approach between the cluster and the track under consideration

Member Function Documentation

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
rhsassociation info to compare with

The documentation for this class was generated from the following files: