LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
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 73 of file Utilities.h.

Member Function Documentation

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

Definition at line 329 of file Utilities.cxx.

References pma::Hit3D::fSegFraction.

330 {
331  if (h1 && h2) return h1->fSegFraction < h2->fSegFraction;
332  else return false;
333 }
float fSegFraction
Definition: PmaHit3D.h:98

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