CMS 3D CMS Logo

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