9#include <tracking/trackingUtilities/geometry/SZLine.h>
12using namespace TrackingUtilities;
17 return ROOT::Math::XYVector(s,
map(s));
double z0() const
Getter for the z0 parameter.
ROOT::Math::XYVector intersection(const SZLine &szLine) const
Calculates the intersection point of two line. Infinity for parallels.
double tanLambda() const
Getter for the tan lambda parameter.
SZLine()
Default constructor for ROOT compatibility.
double map(double s) const
Maps the two dimensional arc length s to z.
Abstract base class for different kinds of events.