// @(#)root/mathcore:$Id: CoordinateSystemTags.h 22516 2008-03-07 15:14:26Z moneta $
// Authors: W. Brown, M. Fischler, L. Moneta    2005  

 /**********************************************************************
  *                                                                    *
  * Copyright (c) 2005 , LCG ROOT MathLib Team and                     *
  *                      FNAL LCG ROOT MathLib Team                    *
  *                                                                    *
  *                                                                    *
  **********************************************************************/

// Header source file for CoordinateSystemTag's classes
//
// Created by: Lorenzo Moneta  at Wed Apr 05 2006
//
//

#ifndef ROOT_Math_GenVector_CoordinateSystemTags 
#define ROOT_Math_GenVector_CoordinateSystemTags  1



namespace ROOT {

namespace Math {


//__________________________________________________________________________________________
   /**
      DefaultCoordinateSystemTag
      Default tag for identifying any coordinate system 
      
      @ingroup GenVector
   */
   
   class  DefaultCoordinateSystemTag {}; 


//__________________________________________________________________________________________
   /**
      Tag for identifying vectors based on a global coordinate system
      
      @ingroup GenVector
   */
   class  GlobalCoordinateSystemTag {}; 
   
//__________________________________________________________________________________________
   /**
      Tag for identifying vectors based on a local coordinate system
      
      @ingroup GenVector
   */
   class   LocalCoordinateSystemTag {}; 
   

}  // namespace Math

}  // namespace ROOT



#endif

Last change: Wed Jun 25 08:29:37 2008
Last generated: 2008-06-25 08:29

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.