CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/DetectorDescription/Base/interface/DDRotationMatrix.h

Go to the documentation of this file.
00001 #ifndef DDD_DDRotationMatrix_h
00002 #define DDD_DDRotationMatrix_h
00003 
00004 #include <Math/Rotation3D.h>
00005 #include <Math/AxisAngle.h>
00007 typedef ROOT::Math::Rotation3D DDRotationMatrix;
00008 typedef ROOT::Math::AxisAngle DDAxisAngle;
00009 #endif