Public Types | |
| typedef Cartesian3D | CoordinateType |
Public Member Functions | |
| template<class V> | |
| ForeignVector (V const &v_) | |
| ForeignVector (double xx, double yy, double zz) | |
| double | x () const |
| double | y () const |
| double | z () const |
| double | r () const |
| bool | operator== (ForeignVector const &rhs) |
| bool | operator!= (ForeignVector const &rhs) |
Public Attributes | |
| XYZVector | v |
Definition at line 438 of file rotationApplication.cxx.
Definition at line 439 of file rotationApplication.cxx.
| ForeignVector::ForeignVector | ( | V const & | v_ | ) | [inline, explicit] |
Definition at line 442 of file rotationApplication.cxx.
Definition at line 443 of file rotationApplication.cxx.
| double ForeignVector::x | ( | ) | const [inline] |
Definition at line 444 of file rotationApplication.cxx.
References v, and ROOT::Math::DisplacementVector3D< CoordSystem, Tag >::x().
| double ForeignVector::y | ( | ) | const [inline] |
Definition at line 445 of file rotationApplication.cxx.
References v, and ROOT::Math::DisplacementVector3D< CoordSystem, Tag >::y().
| double ForeignVector::z | ( | ) | const [inline] |
Definition at line 446 of file rotationApplication.cxx.
References v, and ROOT::Math::DisplacementVector3D< CoordSystem, Tag >::z().
| double ForeignVector::r | ( | ) | const [inline] |
Definition at line 447 of file rotationApplication.cxx.
References ROOT::Math::DisplacementVector3D< CoordSystem, Tag >::r(), and v.
| bool ForeignVector::operator== | ( | ForeignVector const & | rhs | ) | [inline] |
| bool ForeignVector::operator!= | ( | ForeignVector const & | rhs | ) | [inline] |
Definition at line 440 of file rotationApplication.cxx.
Referenced by operator!=(), operator==(), r(), x(), y(), and z().
1.5.1