LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
pma::bTrajectory3DOrderLess Struct Reference

#include "Utilities.h"

Public Member Functions

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

Detailed Description

Definition at line 98 of file Utilities.h.

Member Function Documentation

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

Definition at line 310 of file Utilities.cxx.

References pma::Hit3D::fSegFraction.

311 {
312  if (h1 && h2) return h1->fSegFraction < h2->fSegFraction;
313  return false;
314 }
float fSegFraction
Definition: PmaHit3D.h:101

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