LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
An object to define a "edge" which is used to connect space points in a triangulation algorithm. More...
Go to the source code of this file.
Classes | |
class | recob::Edge |
Edge is an object containing the results of a Principal Components Analysis of a group of space points. More... | |
Namespaces | |
recob | |
Reconstruction base classes. | |
Functions | |
std::ostream & | recob::operator<< (std::ostream &o, const Edge &a) |
Streaming operator: prints the edge a into the specified stream. More... | |
bool | recob::operator< (const Edge &a, const Edge &b) |
Comparison operator: strict ordering of edge by ID. More... | |
bool | recob::operator< (const Edge &e, Edge::ID_t id) |
Comparison operator: strict ordering of edge by ID. More... | |
bool | recob::operator< (Edge::ID_t id, const Edge &e) |
Comparison operator: strict ordering of edge by ID. More... | |