CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/DataFormats/GeometryVector/interface/GlobalPoint.h

Go to the documentation of this file.
00001 #ifndef GeometryVector_GlobalPoint_h
00002 #define GeometryVector_GlobalPoint_h
00003 
00004 #include "DataFormats/GeometryVector/interface/GlobalTag.h"
00005 #include "DataFormats/GeometryVector/interface/Point3DBase.h"
00006 
00007 typedef Point3DBase< float, GlobalTag>    Global3DPoint;
00008 
00009 // Global points are three-dimensional by default
00010 typedef Global3DPoint                     GlobalPoint;
00011 
00012 
00013 #endif // GeometryVector_GlobalPoint_h