CMS 3D CMS Logo

fillCovariance.cc
Go to the documentation of this file.
2 
3 namespace reco {
4 
6  typedef unsigned int index;
7  index idx = 0;
8  for (index i = 0; i < 5; ++i) {
9  for (index j = 0; j <= i; ++j) {
10  v(i, j) = data[idx++];
11  }
12  }
13  return v;
14  }
15 
16 } // namespace reco
PerigeeCovarianceMatrix & fillCovariance(PerigeeCovarianceMatrix &v, const float *data)
math::Error< 5 >::type PerigeeCovarianceMatrix
Definition: fillCovariance.h:8
fixed size matrix
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:80