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