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_DisplacementVector3Dfwd
0005 #define ROOT_Math_GenVector_DisplacementVector3Dfwd  1
0006 
0007 
0008 namespace ROOT {
0009   namespace Math {
0010 
0011     /**
0012         Class template describing a 3D displacement vector
0013      */
0014     template< class CoordSystem, class Tag  >
0015     class DisplacementVector3D;
0016 
0017   }  // namespace Math
0018 }  // namespace ROOT
0019 
0020 
0021 #endif