Public Member Functions | List of all members
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 100 of file Utilities.h.

Member Function Documentation

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

Definition at line 329 of file Utilities.cxx.

330 {
331  if (h1 && h2)
332  return h1->GetDist2ToProj() < h2->GetDist2ToProj();
333  else
334  return false;
335 }
double GetDist2ToProj() const
Definition: PmaHit3D.cxx:110

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