LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 64 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 65 of file SpacePts_module.cc.

References recob::Hit::Channel().

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

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