LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
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 67 of file VertexFinder2D_module.cc.

Member Function Documentation

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

Definition at line 68 of file VertexFinder2D_module.cc.

References recob::Hit::Channel().

68  {
69  return h1->Channel() < h2->Channel();
70  }
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: