LCFIVertex  0.7.2
Public Member Functions | List of all members
vertex_lcfi::ZVTOP::VertexResolverEqualSteps Class Reference

VertexResolver as in ZVTOP paper. More...

#include <vertexresolverequalsteps.h>

Inheritance diagram for vertex_lcfi::ZVTOP::VertexResolverEqualSteps:
Inheritance graph
[legend]
Collaboration diagram for vertex_lcfi::ZVTOP::VertexResolverEqualSteps:
Collaboration graph
[legend]

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
 

Detailed Description

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.

Author
Ben Jeffery (b.jef.nosp@m.fery.nosp@m.1@phy.nosp@m.sics.nosp@m..ox.a.nosp@m.c.uk)
Version
0.2
Date
01/11/05

Definition at line 27 of file include/vertex_lcfi/zvtop/include/vertexresolverequalsteps.h.


The documentation for this class was generated from the following files: