#include <Geometric3DVertexFitter.h>
Definition at line 74 of file Geometric3DVertexFitter.h.
trkf::Geometric3DVertexFitter::TracksFromVertexSorter::TracksFromVertexSorter |
( |
const recob::tracking::Point_t & |
vtxPos | ) |
|
|
inline |
bool trkf::Geometric3DVertexFitter::TracksFromVertexSorter::operator() |
( |
std::reference_wrapper< const recob::Track > |
a, |
|
|
std::reference_wrapper< const recob::Track > |
b |
|
) |
| const |
|
inline |
Definition at line 77 of file Geometric3DVertexFitter.h.
80 return ((
a.get().Trajectory().Start() -
vtxPos_).Mag2() <
81 (b.get().Trajectory().Start() -
vtxPos_).Mag2());
const recob::tracking::Point_t & vtxPos_
The documentation for this struct was generated from the following file: