Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
35 return std::sqrt(
mag2());
42 std::ostringstream
ost;
43 ost<<
"TranversePoint index out of range: "<<
i<<
'\n';
44 throw std::range_error(
ost.str());
47 if(
i == 0){
return m_x;}
48 if(
i == 1){
return m_y;}
56 std::ostringstream
ost;
57 ost<<
"TranversePoint index out of range: "<<
i<<
'\n';
58 throw std::range_error(
ost.str());
61 if(
i == 0){
return m_x;}
62 if(
i == 1){
return m_y;}
93 std::ostringstream
ost;
94 ost<<std::setprecision(3)<<std::scientific<<
"x\t"<<
m_x<<
" y\t"<<
m_y<<
" z\t"<<
m_z;
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)