#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 76 of file Geometric3DVertexFitter.h.
79 return ((a.get().Trajectory().Start() -
vtxPos_).Mag2() <
80 (b.get().Trajectory().Start() -
vtxPos_).Mag2());
const recob::tracking::Point_t & vtxPos_
The documentation for this struct was generated from the following file: