Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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_MathX_GenVectorX_LorentzVectorfwd
18#define ROOT_MathX_GenVectorX_LorentzVectorfwd 1
19
21
22namespace ROOT {
23
24namespace ROOT_MATH_ARCH {
25
26// forward declaretions of Lorentz Vectors and type defs definitions
27
28template <class CoordSystem>
29class LorentzVector;
30
31} // namespace ROOT_MATH_ARCH
32
33} // end namespace ROOT
34
35#endif