Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:24

0001 #ifndef DDD_DDRotationMatrix_h
0002 #define DDD_DDRotationMatrix_h
0003 
0004 #include <Math/Rotation3D.h>
0005 #include <Math/AxisAngle.h>
0006 
0007 //! A DDRotationMatrix is currently implemented with a ROOT Rotation3D
0008 using DDRotationMatrix = ROOT::Math::Rotation3D;
0009 using DDAxisAngle = ROOT::Math::AxisAngle;
0010 
0011 #endif