CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/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