// @(#)root/mathcore:$Id$ // Authors: W. Brown, M. Fischler, L. Moneta 2005 #ifndef ROOT_Math_GenVector_EulerAnglesfwd #define ROOT_Math_GenVector_EulerAnglesfwd 1 namespace ROOT { namespace Math { /** Class describing a rotation represented by Euler angles phi, theta, psi */ class EulerAngles; } // namespace Math } // namespace ROOT #endif // ROOT_Math_GenVector_EulerAnglesfwd