LCFIVertex
0.7.2
|
VertexResolver as in ZVTOP paper. More...
#include <vertexresolverequalsteps.h>
Public Member Functions | |
bool | areResolved (const Vector3 &Vertex1, const Vector3 &Vertex2, VertexFunction const *VertexFunction, const double Threshold) const |
bool | areResolved (const Vector3 &Vertex1, const Vector3 &Vertex2, VertexFunction const *VertexFunction, const double Threshold) const |
VertexResolver as in ZVTOP paper.
Returns true if the two points can be considered to be resolved. Using the method described in the orginal ZVTOP paper. To find the minimum of the VertexFunction between the two points a crude but robust method is used. This simply looks at a discrete set of points along the line between the points and picks the minimum. The number of sample points is currently hard-wired.
Definition at line 27 of file include/vertex_lcfi/zvtop/include/vertexresolverequalsteps.h.