![]() |
ATLAS Offline Software
|
#include "EventPrimitives/EventPrimitives.h"Go to the source code of this file.
Namespaces | |
| namespace | Amg |
| Definition of ATLAS Math & Geometry primitives (Amg) | |
Typedefs | |
| using | Amg::Rotation3D = Eigen::Quaternion<double> |
| using | Amg::Translation3D = Eigen::Translation<double, 3> |
| using | Amg::AngleAxis3D = Eigen::AngleAxisd |
| using | Amg::Transform3D = Eigen::Affine3d |
| using | Amg::Vector3D = Eigen::Matrix<double, 3, 1> |
| using | Amg::Vector2D = Eigen::Matrix<double, 2, 1> |
| using | Amg::RotationMatrix3D = Eigen::Matrix<double, 3, 3> |
Enumerations | |
| enum | Amg::AxisDefs { Amg::x = 0 , Amg::y = 1 , Amg::z = 2 , Amg::px = 0 , Amg::py = 1 , Amg::pz = 2 } |
| element for code readability More... | |