LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
pma::bTrajectory3DDistLess Struct Reference

#include "Utilities.h"

Inheritance diagram for pma::bTrajectory3DDistLess:

Public Member Functions

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

Detailed Description

Definition at line 81 of file Utilities.h.

Member Function Documentation

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

Definition at line 324 of file Utilities.cxx.

References pma::Hit3D::GetDist2ToProj().

325 {
326  if (h1 && h2) return h1->GetDist2ToProj() < h2->GetDist2ToProj();
327  else return false;
328 }
double GetDist2ToProj(void) const
Definition: PmaHit3D.cxx:83

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