Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:16

0001 #ifndef GeometryVector_LocalPoint_h
0002 #define GeometryVector_LocalPoint_h
0003 
0004 #include "DataFormats/GeometryVector/interface/LocalTag.h"
0005 #include "DataFormats/GeometryVector/interface/Point2DBase.h"
0006 #include "DataFormats/GeometryVector/interface/Point3DBase.h"
0007 
0008 typedef Point2DBase<float, LocalTag> Local2DPoint;
0009 typedef Point3DBase<float, LocalTag> Local3DPoint;
0010 
0011 typedef Local3DPoint LocalPoint;
0012 
0013 #endif  // GeometryVector_LocalPoint_h