CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
fillCovariance.cc
Go to the documentation of this file.
2 
3 namespace reco {
5  typedef unsigned int index;
6  index idx = 0;
7  for( index i = 0; i < 5; ++ i )
8  for( index j = 0; j <= i; ++ j )
9  v( i, j ) = data[ idx ++ ];
10  return v;
11  }
12 }
int i
Definition: DBlmapReader.cc:9
PerigeeCovarianceMatrix & fillCovariance(PerigeeCovarianceMatrix &v, const float *data)
int j
Definition: DBlmapReader.cc:9
math::Error< 5 >::type PerigeeCovarianceMatrix
Definition: fillCovariance.h:6
mathSSE::Vec4< T > v