5#ifndef FPTRACKER_POINT_H
6#define FPTRACKER_POINT_H
17 Point(
double,
double,
double);
27 std::string
str()
const;
Point & operator-=(const Point &rhs)
Point & operator*=(double)
double operator[](unsigned int) const
TransversePoint transverse() const
Point & operator+=(const Point &rhs)
Point operator-(const Point &lhs, const Point &rhs)
Point operator+(const Point &lhs, const Point &rhs)
Point operator*(double, const Point &lhs)
std::ostream & operator<<(std::ostream &os, const Beamline &bl)