ROOT 6.08/07 Reference Guide |
#include "Math/GenVector/3DDistances.h"
#include "Math/GenVector/Rotation3D.h"
#include "Math/GenVector/AxisAngle.h"
#include "Math/GenVector/EulerAngles.h"
#include "Math/GenVector/Quaternion.h"
#include "Math/GenVector/RotationZYX.h"
#include "Math/GenVector/RotationX.h"
#include "Math/GenVector/RotationY.h"
#include "Math/GenVector/RotationZ.h"
#include <cmath>
Namespaces | |
ROOT | |
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce. | |
ROOT::Math | |
ROOT::Math::gv_detail | |
Enumerations | |
enum | ROOT::Math::gv_detail::ERotation3DMatrixIndex { ROOT::Math::gv_detail::kXX = Rotation3D::kXX, ROOT::Math::gv_detail::kXY = Rotation3D::kXY, ROOT::Math::gv_detail::kXZ = Rotation3D::kXZ, ROOT::Math::gv_detail::kYX = Rotation3D::kYX, ROOT::Math::gv_detail::kYY = Rotation3D::kYY, ROOT::Math::gv_detail::kYZ = Rotation3D::kYZ, ROOT::Math::gv_detail::kZX = Rotation3D::kZX, ROOT::Math::gv_detail::kZY = Rotation3D::kZY, ROOT::Math::gv_detail::kZZ = Rotation3D::kZZ, ROOT::Math::gv_detail::kXX = Rotation3D::kXX, ROOT::Math::gv_detail::kXY = Rotation3D::kXY, ROOT::Math::gv_detail::kXZ = Rotation3D::kXZ, ROOT::Math::gv_detail::kYX = Rotation3D::kYX, ROOT::Math::gv_detail::kYY = Rotation3D::kYY, ROOT::Math::gv_detail::kYZ = Rotation3D::kYZ, ROOT::Math::gv_detail::kZX = Rotation3D::kZX, ROOT::Math::gv_detail::kZY = Rotation3D::kZY, ROOT::Math::gv_detail::kZZ = Rotation3D::kZZ } |
Functions | |
double | ROOT::Math::gv_detail::dist (Rotation3D const &r1, Rotation3D const &r2) |
double | ROOT::Math::gv_detail::dist (Rotation3D const &r1, AxisAngle const &r2) |
double | ROOT::Math::gv_detail::dist (Rotation3D const &r1, EulerAngles const &r2) |
double | ROOT::Math::gv_detail::dist (Rotation3D const &r1, Quaternion const &r2) |
double | ROOT::Math::gv_detail::dist (Rotation3D const &r1, RotationZYX const &r2) |
double | ROOT::Math::gv_detail::dist (Rotation3D const &r1, RotationX const &r2) |
double | ROOT::Math::gv_detail::dist (Rotation3D const &r1, RotationY const &r2) |
double | ROOT::Math::gv_detail::dist (Rotation3D const &r1, RotationZ const &r2) |
double | ROOT::Math::gv_detail::dist (AxisAngle const &r1, Rotation3D const &r2) |
double | ROOT::Math::gv_detail::dist (AxisAngle const &r1, AxisAngle const &r2) |
double | ROOT::Math::gv_detail::dist (AxisAngle const &r1, EulerAngles const &r2) |
double | ROOT::Math::gv_detail::dist (AxisAngle const &r1, Quaternion const &r2) |
double | ROOT::Math::gv_detail::dist (AxisAngle const &r1, RotationZYX const &r2) |
double | ROOT::Math::gv_detail::dist (AxisAngle const &r1, RotationX const &r2) |
double | ROOT::Math::gv_detail::dist (AxisAngle const &r1, RotationY const &r2) |
double | ROOT::Math::gv_detail::dist (AxisAngle const &r1, RotationZ const &r2) |
double | ROOT::Math::gv_detail::dist (EulerAngles const &r1, Rotation3D const &r2) |
double | ROOT::Math::gv_detail::dist (EulerAngles const &r1, AxisAngle const &r2) |
double | ROOT::Math::gv_detail::dist (EulerAngles const &r1, EulerAngles const &r2) |
double | ROOT::Math::gv_detail::dist (EulerAngles const &r1, Quaternion const &r2) |
double | ROOT::Math::gv_detail::dist (EulerAngles const &r1, RotationZYX const &r2) |
double | ROOT::Math::gv_detail::dist (EulerAngles const &r1, RotationX const &r2) |
double | ROOT::Math::gv_detail::dist (EulerAngles const &r1, RotationY const &r2) |
double | ROOT::Math::gv_detail::dist (EulerAngles const &r1, RotationZ const &r2) |
double | ROOT::Math::gv_detail::dist (Quaternion const &r1, Rotation3D const &r2) |
double | ROOT::Math::gv_detail::dist (Quaternion const &r1, AxisAngle const &r2) |
double | ROOT::Math::gv_detail::dist (Quaternion const &r1, EulerAngles const &r2) |
double | ROOT::Math::gv_detail::dist (Quaternion const &r1, Quaternion const &r2) |
double | ROOT::Math::gv_detail::dist (Quaternion const &r1, RotationZYX const &r2) |
double | ROOT::Math::gv_detail::dist (Quaternion const &r1, RotationX const &r2) |
double | ROOT::Math::gv_detail::dist (Quaternion const &r1, RotationY const &r2) |
double | ROOT::Math::gv_detail::dist (Quaternion const &r1, RotationZ const &r2) |
double | ROOT::Math::gv_detail::dist (RotationZYX const &r1, Rotation3D const &r2) |
double | ROOT::Math::gv_detail::dist (RotationZYX const &r1, AxisAngle const &r2) |
double | ROOT::Math::gv_detail::dist (RotationZYX const &r1, EulerAngles const &r2) |
double | ROOT::Math::gv_detail::dist (RotationZYX const &r1, Quaternion const &r2) |
double | ROOT::Math::gv_detail::dist (RotationZYX const &r1, RotationZYX const &r2) |
double | ROOT::Math::gv_detail::dist (RotationZYX const &r1, RotationX const &r2) |
double | ROOT::Math::gv_detail::dist (RotationZYX const &r1, RotationY const &r2) |
double | ROOT::Math::gv_detail::dist (RotationZYX const &r1, RotationZ const &r2) |
double | ROOT::Math::gv_detail::dist (RotationX const &r1, Rotation3D const &r2) |
double | ROOT::Math::gv_detail::dist (RotationX const &r1, AxisAngle const &r2) |
double | ROOT::Math::gv_detail::dist (RotationX const &r1, EulerAngles const &r2) |
double | ROOT::Math::gv_detail::dist (RotationX const &r1, Quaternion const &r2) |
double | ROOT::Math::gv_detail::dist (RotationX const &r1, RotationX const &r2) |
double | ROOT::Math::gv_detail::dist (RotationX const &r1, RotationY const &r2) |
double | ROOT::Math::gv_detail::dist (RotationX const &r1, RotationZ const &r2) |
double | ROOT::Math::gv_detail::dist (RotationY const &r1, Rotation3D const &r2) |
double | ROOT::Math::gv_detail::dist (RotationY const &r1, AxisAngle const &r2) |
double | ROOT::Math::gv_detail::dist (RotationY const &r1, EulerAngles const &r2) |
double | ROOT::Math::gv_detail::dist (RotationY const &r1, Quaternion const &r2) |
double | ROOT::Math::gv_detail::dist (RotationY const &r1, RotationX const &r2) |
double | ROOT::Math::gv_detail::dist (RotationY const &r1, RotationY const &r2) |
double | ROOT::Math::gv_detail::dist (RotationY const &r1, RotationZ const &r2) |
double | ROOT::Math::gv_detail::dist (RotationZ const &r1, Rotation3D const &r2) |
double | ROOT::Math::gv_detail::dist (RotationZ const &r1, AxisAngle const &r2) |
double | ROOT::Math::gv_detail::dist (RotationZ const &r1, EulerAngles const &r2) |
double | ROOT::Math::gv_detail::dist (RotationZ const &r1, Quaternion const &r2) |
double | ROOT::Math::gv_detail::dist (RotationZ const &r1, RotationX const &r2) |
double | ROOT::Math::gv_detail::dist (RotationZ const &r1, RotationY const &r2) |
double | ROOT::Math::gv_detail::dist (RotationZ const &r1, RotationZ const &r2) |
double | ROOT::Math::gv_detail::dist (RotationX const &from, RotationZYX const &to) |
double | ROOT::Math::gv_detail::dist (RotationY const &from, RotationZYX const &to) |
double | ROOT::Math::gv_detail::dist (RotationZ const &from, RotationZYX const &to) |