LArSoft  v07_13_02
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 75 of file Utilities.h.

Member Function Documentation

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

Definition at line 318 of file Utilities.cxx.

References pma::Hit3D::fSegFraction.

319 {
320  if (h1 && h2) return h1->fSegFraction < h2->fSegFraction;
321  else return false;
322 }
float fSegFraction
Definition: PmaHit3D.h:98

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