Logo ROOT   6.12/07
Reference Guide
LorentzVectorfwd.h
Go to the documentation of this file.
1 // @(#)root/mathcore:$Id$
2 // Authors: W. Brown, M. Fischler, L. Moneta 2005
3 
4  /**********************************************************************
5  * *
6  * Copyright (c) 2005 , LCG ROOT MathLib Team *
7  * *
8  * *
9  **********************************************************************/
10 
11 // Header file for class LorentzVectorfwd
12 //
13 // Created by: moneta at Tue May 31 21:06:43 2005
14 //
15 // Last update: Tue May 31 21:06:43 2005
16 //
17 #ifndef ROOT_Math_GenVector_LorentzVectorfwd
18 #define ROOT_Math_GenVector_LorentzVectorfwd 1
19 
20 
21 namespace ROOT {
22 
23  namespace Math {
24 
25 
26  // forward declaretions of Lorentz Vectors and type defs definitions
27 
28  template<class CoordSystem> class LorentzVector;
29 
30 
31  } // end namespace Math
32 
33 } // end namespace ROOT
34 
35 #endif
36 
Namespace for new ROOT classes and functions.
Definition: StringConv.hxx:21
Namespace for new Math classes and functions.