LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
lar_cluster3d::Sort3DHitsByAbsArcLen3D Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 60 of file PrincipalComponentsAlg.cxx.

Member Function Documentation

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

Definition at line 61 of file PrincipalComponentsAlg.cxx.

References reco::ClusterHit3D::getArclenToPoca().

62  {
63  return fabs(left->getArclenToPoca()) < fabs(right->getArclenToPoca());
64  }
float getArclenToPoca() const
Definition: Cluster3D.h:167

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