Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef GeometryVector_GlobalVector_h
0002 #define GeometryVector_GlobalVector_h
0003 
0004 #include "DataFormats/GeometryVector/interface/GlobalTag.h"
0005 #include "DataFormats/GeometryVector/interface/Vector3DBase.h"
0006 
0007 typedef Vector3DBase<float, GlobalTag> Global3DVector;
0008 
0009 // Global Vectors are three-dimensional by default
0010 typedef Global3DVector GlobalVector;
0011 
0012 #endif  // GeometryVector_GlobalVector_h