|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef FPTRACKER_POINT_H
6 #define FPTRACKER_POINT_H
12 class TransversePoint;
17 Point(
double,
double,
double);
27 std::string
str()
const;
std::ostream & operator<<(std::ostream &os, const Beamline &bl)
TransversePoint transverse() const
Point operator*(double, const Point &lhs)
Point operator+(const Point &lhs, const Point &rhs)
Point & operator-=(const Point &rhs)
double operator[](unsigned int) const
Point & operator*=(double)
Point operator-(const Point &lhs, const Point &rhs)
Point & operator+=(const Point &rhs)