LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
trkf::SortByWire Struct Reference

Public Member Functions

bool operator() (art::Ptr< recob::Hit > const &h1, art::Ptr< recob::Hit > const &h2) const
 

Detailed Description

Definition at line 79 of file SpacePts_module.cc.

Member Function Documentation

bool trkf::SortByWire::operator() ( art::Ptr< recob::Hit > const &  h1,
art::Ptr< recob::Hit > const &  h2 
) const
inline

Definition at line 81 of file SpacePts_module.cc.

References recob::Hit::Channel().

82  { return h1->Channel() < h2->Channel() ;
83  }
raw::ChannelID_t Channel() const
ID of the readout channel the hit was extracted from.
Definition: Hit.h:231

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