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