CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/src/DataFormats/GeometryCommonDetAlgo/interface/GlobalWeight.h

Go to the documentation of this file.
00001 #ifndef _TRACKER_GLOBAL_WEIGHT_H_
00002 #define _TRACKER_GLOBAL_WEIGHT_H_
00003 
00004 
00005 #include "DataFormats/GeometryCommonDetAlgo/interface/GlobalErrorBase.h"
00006 #include "DataFormats/GeometryCommonDetAlgo/interface/WeightMatrixTag.h"
00007 
00013 typedef GlobalErrorBase<double, WeightMatrixTag> GlobalWeight;
00014 
00015 
00016 #endif