CMS 3D CMS Logo

MeasurementPoint.h

Go to the documentation of this file.
00001 #ifndef MeasurementPoint_H
00002 #define MeasurementPoint_H
00003 
00004 #include "DataFormats/GeometryVector/interface/MeasurementTag.h"
00005 #include "DataFormats/GeometryVector/interface/Point2DBase.h"
00006 #include "DataFormats/GeometryVector/interface/Point3DBase.h"
00007 
00008 typedef Point2DBase< float, MeasurementTag>    Measurement2DPoint;
00009 typedef Point3DBase< float, MeasurementTag>    Measurement3DPoint;
00010 
00012 typedef Measurement2DPoint                     MeasurementPoint;
00013 
00014 #endif // MeasurementPoint_H
00015 

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