LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
calo::TrackCalorimetryAlg::HitPropertySorter Struct Reference

Public Member Functions

bool operator() (HitProperties const &i, HitProperties const &j) const
 

Detailed Description

Definition at line 82 of file TrackCalorimetryAlg.h.

Member Function Documentation

bool calo::TrackCalorimetryAlg::HitPropertySorter::operator() ( HitProperties const &  i,
HitProperties const &  j 
) const
inline

Definition at line 83 of file TrackCalorimetryAlg.h.

References calo::TrackCalorimetryAlg::HitProperties::path_fraction.

84  {
85  return i.path_fraction < j.path_fraction;
86  }

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