CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDRotationMatrix.h
Go to the documentation of this file.
1 #ifndef DDD_DDRotationMatrix_h
2 #define DDD_DDRotationMatrix_h
3 
4 #include <Math/Rotation3D.h>
5 #include <Math/AxisAngle.h>
7 typedef ROOT::Math::Rotation3D DDRotationMatrix;
8 typedef ROOT::Math::AxisAngle DDAxisAngle;
9 #endif
ROOT::Math::AxisAngle DDAxisAngle
ROOT::Math::Rotation3D DDRotationMatrix
A DDRotationMatrix is currently implemented with a ROOT Rotation3D.