|
||||
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 , LCG ROOT MathLib Team * 0007 * * 0008 * * 0009 **********************************************************************/ 0010 0011 // Header file for class LorentzVectorfwd 0012 // 0013 // Created by: moneta at Tue May 31 21:06:43 2005 0014 // 0015 // Last update: Tue May 31 21:06:43 2005 0016 // 0017 #ifndef ROOT_Math_GenVector_LorentzVectorfwd 0018 #define ROOT_Math_GenVector_LorentzVectorfwd 1 0019 0020 0021 namespace ROOT { 0022 0023 namespace Math { 0024 0025 0026 // forward declaretions of Lorentz Vectors and type defs definitions 0027 0028 template<class CoordSystem> class LorentzVector; 0029 0030 0031 } // end namespace Math 0032 0033 } // end namespace ROOT 0034 0035 #endif 0036
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |