LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
lar_cluster3d::Sort3DHitsByArcLen3D Struct Reference

Public Member Functions

bool operator() (const reco::ClusterHit3D *left, const reco::ClusterHit3D *right)
 

Detailed Description

Definition at line 133 of file PrincipalComponentsAlg.cxx.

Member Function Documentation

bool lar_cluster3d::Sort3DHitsByArcLen3D::operator() ( const reco::ClusterHit3D left,
const reco::ClusterHit3D right 
)
inline

Definition at line 135 of file PrincipalComponentsAlg.cxx.

References reco::ClusterHit3D::getArclenToPoca().

136  {
137  return left->getArclenToPoca() < right->getArclenToPoca();
138  }
float getArclenToPoca() const
Definition: Cluster3D.h:157

The documentation for this struct was generated from the following file: