ROOT
6.13/01
Reference Guide
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
ROOT
Namespace for new ROOT classes and functions.
Definition:
TFoamSampler.h:19
Math
Namespace for new Math classes and functions.