Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:21

0001 #ifndef TrackReco_fillCovariance_h
0002 #define TrackReco_fillCovariance_h
0003 
0004 #include "DataFormats/Math/interface/Error.h"
0005 
0006 namespace reco {
0007 
0008   typedef math::Error<5>::type PerigeeCovarianceMatrix;
0009   PerigeeCovarianceMatrix &fillCovariance(PerigeeCovarianceMatrix &v, const float *data);
0010 
0011 }  //namespace reco

0012 
0013 #endif