CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/DataFormats/GeometryCommonDetAlgo/interface/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