Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef GeometryVector_GlobalPoint_h
0002 #define GeometryVector_GlobalPoint_h
0003 
0004 #include "DataFormats/GeometryVector/interface/GlobalTag.h"
0005 #include "DataFormats/GeometryVector/interface/Point3DBase.h"
0006 
0007 typedef Point3DBase<float, GlobalTag> Global3DPoint;
0008 
0009 // Global points are three-dimensional by default
0010 typedef Global3DPoint GlobalPoint;
0011 
0012 #endif  // GeometryVector_GlobalPoint_h