Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:21:56

0001 // @(#)root/mathcore:$Id$
0002 // Authors: W. Brown, M. Fischler, L. Moneta    2005
0003 
0004 #ifndef ROOT_Math_GenVector_DisplacementVector2Dfwd
0005 #define ROOT_Math_GenVector_DisplacementVector2Dfwd  1
0006 
0007 
0008 namespace ROOT {
0009    namespace Math {
0010 
0011       /**
0012          Class template describing a 2D displacement vector
0013       */
0014       template< class CoordSystem, class Tag  >
0015       class DisplacementVector2D;
0016 
0017    }  // namespace Math
0018 }  // namespace ROOT
0019 
0020 
0021 #endif