CMS 3D CMS Logo

/data/git/CMSSW_5_3_11_patch5/src/DataFormats/GeometryVector/interface/LocalPoint.h

Go to the documentation of this file.
00001 #ifndef GeometryVector_LocalPoint_h
00002 #define GeometryVector_LocalPoint_h
00003 
00004 #include "DataFormats/GeometryVector/interface/LocalTag.h"
00005 #include "DataFormats/GeometryVector/interface/Point2DBase.h"
00006 #include "DataFormats/GeometryVector/interface/Point3DBase.h"
00007 
00008 typedef Point2DBase< float, LocalTag>    Local2DPoint;
00009 typedef Point3DBase< float, LocalTag>    Local3DPoint;
00010 
00011 typedef Local3DPoint                     LocalPoint;
00012 
00013 #endif // GeometryVector_LocalPoint_h