Go to the source code of this file.
Classes | |
class | rb::Track |
A rb::Prong with full reconstructed trajectory. More... | |
Namespaces | |
rb | |
Perform a "2 point" Hough transform on a collection of hits. | |
Functions | |
bool | rb::CompareTracksByTime (const art::Ptr< rb::Track > &a, const art::Ptr< rb::Track > &b) |
Helper for SortTracksByTime. Is a earlier than b? More... | |
void | rb::SortTracksByTime (std::vector< art::Ptr< rb::Track >> &t) |
Sort t in time order (earliest to latest). More... | |
void | rb::SortTracksByTime (art::PtrVector< rb::Track > &t) |
Sort t in time order (earliest to latest). More... | |