Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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
23namespace ROOT {
24
25namespace Math {
26
27
28//__________________________________________________________________________________________
29 /**
30 DefaultCoordinateSystemTag
31 Default tag for identifying any coordinate system
32
33 @ingroup GenVector
34
35 @sa Overview of the @ref GenVector "physics vector library"
36 */
37
39
40
41//__________________________________________________________________________________________
42 /**
43 Tag for identifying vectors based on a global coordinate system
44
45 @ingroup GenVector
46
47 @sa Overview of the @ref GenVector "physics vector library"
48 */
50
51//__________________________________________________________________________________________
52 /**
53 Tag for identifying vectors based on a local coordinate system
54
55 @ingroup GenVector
56
57 @sa Overview of the @ref GenVector "physics vector library"
58 */
60
61
62} // namespace Math
63
64} // namespace ROOT
65
66
67
68#endif
DefaultCoordinateSystemTag Default tag for identifying any coordinate system.
Tag for identifying vectors based on a global coordinate system.
Tag for identifying vectors based on a local coordinate system.
Namespace for new Math classes and functions.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...