Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
LorentzRotationfwd.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 ROOT CERN / FNAL MATHLIB Group *
7 * *
8 * *
9 **********************************************************************/
10
11// Header file defining forward declarations for LorentzVector classes
12//
13// Created by: Lorenzo Moneta at Thu May 12 11:19:02 2005
14// Major revamp by: M. Fischler at Tue Aug 9 2005
15//
16// Last update: Tue Aug 9 2005
17//
18#ifndef ROOT_MathX_GenVectorX_LorentzRotationfwd
19#define ROOT_MathX_GenVectorX_LorentzRotationfwd 1
20
22
23namespace ROOT {
24namespace ROOT_MATH_ARCH {
25class LoretzRotation;
26} // namespace ROOT_MATH_ARCH
27} // end namespace ROOT
28
29#endif /* ROOT_MathX_GenVectorX_LorentzRotationfwd */