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
Vector3D.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_ROOT_Math_Vector3D
5
#define ROOT_ROOT_Math_Vector3D
6
7
// defines typedefs to specific vectors and forward declarations
8
#include "
Math/Vector3Dfwd.h
"
9
10
// coordinate system types
11
#include "
Math/GenVector/Cartesian3D.h
"
12
#include "
Math/GenVector/CylindricalEta3D.h
"
13
#include "
Math/GenVector/Polar3D.h
"
14
#include "
Math/GenVector/Cylindrical3D.h
"
15
16
// generic Vector3D class definition
17
#include "
Math/GenVector/DisplacementVector3D.h
"
18
19
#endif
CylindricalEta3D.h
DisplacementVector3D.h
Vector3Dfwd.h
Polar3D.h
Cylindrical3D.h
Cartesian3D.h