CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/DataFormats/TrackReco/interface/fillCovariance.h

Go to the documentation of this file.
00001 #ifndef TrackReco_fillCovariance_h
00002 #define TrackReco_fillCovariance_h
00003 #include "DataFormats/Math/interface/Error.h"
00004 
00005 namespace reco {
00006   typedef math::Error<5>::type PerigeeCovarianceMatrix;
00007   PerigeeCovarianceMatrix & fillCovariance( PerigeeCovarianceMatrix & v, const float * data );
00008 }
00009   
00010 #endif