Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef _TRACKER_GLOBAL_WEIGHT_H_
0002 #define _TRACKER_GLOBAL_WEIGHT_H_
0003 
0004 #include "DataFormats/GeometryCommonDetAlgo/interface/GlobalErrorBase.h"
0005 #include "DataFormats/GeometryCommonDetAlgo/interface/WeightMatrixTag.h"
0006 
0007 /**
0008    * typedef to a  GlobalErrorBase object defined as a 3*3 weight matrix 
0009    * (i.e. the inverse of the covariance matrix)
0010    */
0011 
0012 typedef GlobalErrorBase<double, WeightMatrixTag> GlobalWeight;
0013 
0014 #endif