CMS 3D CMS Logo

MeasurementVector.h

Go to the documentation of this file.
00001 #ifndef MeasurementVector_H
00002 #define MeasurementVector_H
00003 
00004 #include "DataFormats/GeometryVector/interface/MeasurementTag.h"
00005 #include "DataFormats/GeometryVector/interface/Vector2DBase.h"
00006 #include "DataFormats/GeometryVector/interface/Vector3DBase.h"
00007 
00008 typedef Vector2DBase< float, MeasurementTag>    Measurement2DVector;
00009 typedef Vector3DBase< float, MeasurementTag>    Measurement3DVector;
00010 
00012 typedef Measurement3DVector                     MeasurementVector;
00013 
00014 #endif // MeasurementVector_H

Generated on Tue Jun 9 17:30:49 2009 for CMSSW by  doxygen 1.5.4