Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:13

0001 #ifndef DataFormats_GeometryCommonDetAlgo_LocalErrorExtended_h
0002 #define DataFormats_GeometryCommonDetAlgo_LocalErrorExtended_h
0003 
0004 #include "DataFormats/GeometryCommonDetAlgo/interface/LocalErrorBaseExtended.h"
0005 #include "DataFormats/GeometryCommonDetAlgo/interface/ErrorMatrixTag.h"
0006 
0007 /**
0008    * typedef to a  GlobalErrorBase object defined as a 3*3 covariance matrix
0009    */
0010 
0011 typedef LocalErrorBaseExtended<double, ErrorMatrixTag> LocalErrorExtended;
0012 
0013 #endif