Public Member Functions | List of all members
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 66 of file SpacePts_module.cc.

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

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