CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/DataFormats/GeometryVector/interface/GlobalVector.h

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