ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
math
genvector
inc
Math
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
12
#include "
Math/GenVector/PxPyPzE4D.h
"
13
#include "
Math/GenVector/PtEtaPhiE4D.h
"
14
#include "
Math/GenVector/PxPyPzM4D.h
"
15
#include "
Math/GenVector/PtEtaPhiM4D.h
"
16
17
18
#include "
Math/GenVector/LorentzVector.h
"
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
PtEtaPhiM4D.h
PtEtaPhiE4D.h
Vector4Dfwd.h
PxPyPzM4D.h
PxPyPzE4D.h
LorentzVector.h