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_MathX_GenVectorX_CoordinateSystemTags
19#define ROOT_MathX_GenVectorX_CoordinateSystemTags 1
20
22
23namespace ROOT {
24
25namespace ROOT_MATH_ARCH {
26
27//__________________________________________________________________________________________
28/**
29 DefaultCoordinateSystemTag
30 Default tag for identifying any coordinate system
31
32 @ingroup GenVectorX
33
34 @see GenVectorX
35*/
36
38
39//__________________________________________________________________________________________
40/**
41 Tag for identifying vectors based on a global coordinate system
42
43 @ingroup GenVectorX
44
45 @see GenVectorX
46*/
48
49//__________________________________________________________________________________________
50/**
51 Tag for identifying vectors based on a local coordinate system
52
53 @ingroup GenVectorX
54
55 @see GenVectorX
56*/
58
59} // namespace ROOT_MATH_ARCH
60
61} // namespace ROOT
62
63#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.