Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:10:10

0001 // @(#)root/mathcore:$Id$
0002 // Authors: W. Brown, M. Fischler, L. Moneta    2005
0003 
0004 #ifndef ROOT_Math_GenVector_EulerAnglesfwd
0005 #define ROOT_Math_GenVector_EulerAnglesfwd  1
0006 
0007 
0008 namespace ROOT {
0009 
0010   namespace Math {
0011 
0012   /**
0013       Class describing a rotation represented
0014       by Euler angles phi, theta, psi
0015    */
0016 
0017 class EulerAngles;
0018 
0019 }  // namespace Math
0020 }  // namespace ROOT
0021 
0022 #endif  // ROOT_Math_GenVector_EulerAnglesfwd