// @(#)root/mathcore:$Id: CoordinateSystemTags.h 21553 2007-12-21 10:55:46Z 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 update: Thu Jan 17 08:41:41 2008

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.