Main Page
Related Pages
Modules
Namespaces
Classes
Files
Class List
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
trkf
SortByWire
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
}
The documentation for this struct was generated from the following file:
SpacePts_module.cc
Generated by
1.8.5