ROOT
6.07/01
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
math
genvector
inc
Math
GenVector
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