Public Member Functions | List of all members
pma::bTrajectory3DOrderLess Struct Reference

#include <Utilities.h>

Inheritance diagram for pma::bTrajectory3DOrderLess:

Public Member Functions

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

Detailed Description

Definition at line 96 of file Utilities.h.

Member Function Documentation

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

Definition at line 320 of file Utilities.cxx.

321 {
322  if (h1 && h2)
323  return h1->fSegFraction < h2->fSegFraction;
324  else
325  return false;
326 }
float fSegFraction
Definition: PmaHit3D.h:191

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