00001 00002 //--------------------------------------------------------------------------------- 00013 //--------------------------------------------------------------------------------- 00014 00015 #ifndef GAUDIKERNEL_PLANE3DTYPES_H 00016 #define GAUDIKERNEL_PLANE3DTYPES_H 1 00017 00018 // Include files 00019 #include "Math/Plane3D.h" 00020 00028 namespace Gaudi 00029 { 00030 00031 // NB : Please remember to give a simple doxygen comment for each tyedef 00032 00033 typedef ROOT::Math::Plane3D Plane3D; 00034 }; 00035 00036 #endif // KERNEL_PLANE3DTYPES_H