Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
Class List
Class Hierarchy
Class Members
Public Member Functions
|
List of all members
SortByIndex Struct Reference
Public Member Functions
bool
operator()
(const GenWire *lhs, const GenWire *rhs)
Detailed Description
Definition at line
76
of file
WireGenerator.cxx
.
Member Function Documentation
bool
SortByIndex::operator()
(
const GenWire *
lhs
,
const GenWire *
rhs
)
inline
Definition at line
77
of file
WireGenerator.cxx
.
77
{
78
return
lhs->index() < rhs->index();
79
}
The documentation for this struct was generated from the following file:
wire-cell-build/gen/src/
WireGenerator.cxx
Generated by
1.8.11