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

Public Member Functions

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

Detailed Description

Definition at line 76 of file TrackCalorimetryAlg.h.

Member Function Documentation

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

Definition at line 77 of file TrackCalorimetryAlg.h.

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

77 { return i.path_fraction < j.path_fraction; }

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