![]() |
ATLAS Offline Software
|
#include "GeoPrimitives/GeoPrimitives.h"Go to the source code of this file.
Namespaces | |
| namespace | Trk |
| Ensure that the ATLAS eigen extensions are properly loaded. | |
Functions | |
| static const Amg::Vector3D | Trk::s_xAxis (1, 0, 0) |
| global x Axis; | |
| static const Amg::Vector3D | Trk::s_yAxis (0, 1, 0) |
| global y Axis; | |
| static const Amg::Vector3D | Trk::s_zAxis (0, 0, 1) |
| global z Axis; | |
| static const Amg::Vector3D | Trk::s_origin (0, 0, 0) |
| origin position | |
| static const Amg::RotationMatrix3D | Trk::s_idRotationZinverse (helper) |
Variables | |
| static const Amg::Transform3D | Trk::s_idTransform = Amg::Transform3D::Identity() |
| idendity transformation | |
| static const Amg::Rotation3D | Trk::s_idRotation = Amg::Rotation3D::Identity() |
| idendity rotation | |
| static const double | Trk::helper [9] = { 0., 1., 0., 1., 0., 0., 0., 0., -1. } |