CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalCovarianceMatrix.cc
Go to the documentation of this file.
2 
4 {
5  for(int cap = 0; cap != 4; cap++)
6  for(int i = 0; i != 10; i++)
7  for(int j = 0; j != 10; j++)
8  covariancematrix[cap][i][j] = 0;
9 }
10 
int i
Definition: DBlmapReader.cc:9
float covariancematrix[4][10][10]
int j
Definition: DBlmapReader.cc:9