Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:10:10

0001 // @(#)root/mathcore:$Id$
0002 // Authors: W. Brown, M. Fischler, L. Moneta    2005
0003 
0004  /**********************************************************************
0005   *                                                                    *
0006   * Copyright (c) 2005   ROOT CERN / FNAL MATHLIB Group              *
0007   *                                                                    *
0008   *                                                                    *
0009   **********************************************************************/
0010 
0011 // Header file defining forward declarations for LorentzVector classes
0012 //
0013 // Created by: Lorenzo Moneta    at Thu May 12 11:19:02 2005
0014 // Major revamp by: M. Fischler  at Tue Aug  9  2005
0015 //
0016 // Last update: Tue Aug  9  2005
0017 //
0018 #ifndef ROOT_Math_GenVector_LorentzRotationfwd
0019 #define ROOT_Math_GenVector_LorentzRotationfwd  1
0020 
0021 
0022 namespace ROOT {
0023   namespace Math {
0024     class LoretzRotation;
0025   } // end namespace Math
0026 } // end namespace ROOT
0027 
0028 
0029 #endif /* ROOT_Math_GenVector_LorentzRotationfwd  */