CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/GeometryCommonDetAlgo/interface/GlobalError.h

Go to the documentation of this file.
00001 #ifndef _TRACKER_GLOBAL_ERROR_H_
00002 #define _TRACKER_GLOBAL_ERROR_H_
00003 
00004 #include "DataFormats/GeometryCommonDetAlgo/interface/GlobalErrorBase.h"
00005 #include "DataFormats/GeometryCommonDetAlgo/interface/ErrorMatrixTag.h"
00006 
00011 typedef GlobalErrorBase<double,ErrorMatrixTag> GlobalError;
00012 
00013 #endif