LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
pma::bTrajectory3DDistLess Struct Reference

#include "Utilities.h"

Public Member Functions

bool operator() (pma::Hit3D *h1, pma::Hit3D *h2) const
 

Detailed Description

Definition at line 102 of file Utilities.h.

Member Function Documentation

bool pma::bTrajectory3DDistLess::operator() ( pma::Hit3D h1,
pma::Hit3D h2 
) const

Definition at line 316 of file Utilities.cxx.

References pma::Hit3D::GetDist2ToProj().

317 {
318  if (h1 && h2) return h1->GetDist2ToProj() < h2->GetDist2ToProj();
319  return false;
320 }
double GetDist2ToProj() const
Definition: PmaHit3D.cxx:109

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