CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/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