Logo ROOT   6.10/09
Reference Guide
Vector4D.h
Go to the documentation of this file.
1 // @(#)root/mathcore:$Id$
2 // Authors: W. Brown, M. Fischler, L. Moneta 2005
3 
4 #ifndef ROOT_Math_Vector4D
5 #define ROOT_Math_Vector4D
6 
7 // defines typedefs to specific vectors and forward declarations
8 // define additional (to Cartesian) coordinate system types
9 #include "Math/Vector4Dfwd.h"
10 // generic LorentzVector class definition
11 
16 
17 
19 
20 //#include "Math/GenVector/PtEtaPhiMSystem.h"
21 //#include "Math/GenVector/EEtaPhiMSystem.h"
22 
23 
24 
25 #endif
26 
27 
28 
29 
30 
31 
32 
33