CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_6/src/DataFormats/GeometryVector/interface/LocalVector.h

Go to the documentation of this file.
00001 #ifndef GeometryVector_LocalVector_h
00002 #define GeometryVector_LocalVector_h
00003 
00004 #include "DataFormats/GeometryVector/interface/LocalTag.h"
00005 //#include "DataFormats/GeometryVector/interface/Vector2DBase.h"
00006 #include "DataFormats/GeometryVector/interface/Vector3DBase.h"
00007 
00008 //typedef Vector2DBase< float, LocalTag>    Local2DVector;
00009 typedef Vector3DBase< float, LocalTag>    Local3DVector;
00010 
00011 // Local Vectors are three-dimensional by default
00012 typedef Local3DVector                     LocalVector;
00013 
00014 #endif // GeometryVector_LocalVector_h