ROOT  6.06/09
Reference Guide
CoordinateSystemTags.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 and *
7  * FNAL LCG ROOT MathLib Team *
8  * *
9  * *
10  **********************************************************************/
11 
12 // Header source file for CoordinateSystemTag's classes
13 //
14 // Created by: Lorenzo Moneta at Wed Apr 05 2006
15 //
16 //
17 
18 #ifndef ROOT_Math_GenVector_CoordinateSystemTags
19 #define ROOT_Math_GenVector_CoordinateSystemTags 1
20 
21 
22 
23 namespace ROOT {
24 
25 namespace Math {
26 
27 
28 //__________________________________________________________________________________________
29  /**
30  DefaultCoordinateSystemTag
31  Default tag for identifying any coordinate system
32 
33  @ingroup GenVector
34  */
35 
37 
38 
39 //__________________________________________________________________________________________
40  /**
41  Tag for identifying vectors based on a global coordinate system
42 
43  @ingroup GenVector
44  */
46 
47 //__________________________________________________________________________________________
48  /**
49  Tag for identifying vectors based on a local coordinate system
50 
51  @ingroup GenVector
52  */
54 
55 
56 } // namespace Math
57 
58 } // namespace ROOT
59 
60 
61 
62 #endif
Namespace for new ROOT classes and functions.
Definition: ROOT.py:1
Namespace for new Math classes and functions.
Tag for identifying vectors based on a local coordinate system.
DefaultCoordinateSystemTag Default tag for identifying any coordinate system.
Tag for identifying vectors based on a global coordinate system.