// @(#)root/mathcore:$Id$ // Authors: W. Brown, M. Fischler, L. Moneta 2005 #ifndef ROOT_Math_GenVector_CylindricalEta3Dfwd #define ROOT_Math_GenVector_CylindricalEta3Dfwd 1 namespace ROOT { namespace Math { /** Class describing a 3D Cylindrical Eta coordinate system (rho, eta, phi coordinates) */ template class CylindricalEta3D; } } #endif