9#ifndef TRKDETDESCRUTILS_GEOMETRYSTATICS_H
10#define TRKDETDESCRUTILS_GEOMETRYSTATICS_H
33static const double helper[9] = { 0., 1., 0., 1., 0., 0., 0., 0., -1. };
Eigen::Quaternion< double > Rotation3D
Eigen::Matrix< double, 3, 3 > RotationMatrix3D
Eigen::Affine3d Transform3D
Eigen::Matrix< double, 3, 1 > Vector3D
Ensure that the ATLAS eigen extensions are properly loaded.
static const Amg::Transform3D s_idTransform
idendity transformation
static const Amg::RotationMatrix3D s_idRotationZinverse(helper)
static const Amg::Vector3D s_xAxis(1, 0, 0)
global x Axis;
static const Amg::Rotation3D s_idRotation
idendity rotation
static const Amg::Vector3D s_origin(0, 0, 0)
origin position
static const Amg::Vector3D s_zAxis(0, 0, 1)
global z Axis;
static const double helper[9]
static const Amg::Vector3D s_yAxis(0, 1, 0)
global y Axis;