Public Member Functions | List of all members
calo::TrackCalorimetryAlg::HitPropertySorter Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 83 of file TrackCalorimetryAlg.h.

Member Function Documentation

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

Definition at line 85 of file TrackCalorimetryAlg.h.

86  {
87  return i.path_fraction < j.path_fraction;
88  }

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