CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalCholeskyMatrix.h
Go to the documentation of this file.
1 #ifndef HcalCholeskyMatrix_h
2 #define HcalCholeskyMatrix_h
3 
5 
6 #include <boost/cstdint.hpp>
8 #include <math.h>
9 
11  public:
12  HcalCholeskyMatrix(int fId=0);
13 
14  float getValue(int capid, int i,int j) const;// {return cmatrix[capid][i][j];}
15  void setValue(int capid, int i, int j, float val);// {cmatrix[capid][i][j] = val;}
16 
17  uint32_t rawId () const {return mId;}
18 
19  private:
20  signed short int cmatrix[4][55];
21  uint32_t mId;
22 // float cmatrix[4][10][10];
23 
25 };
26 #endif
float getValue(int capid, int i, int j) const
int i
Definition: DBlmapReader.cc:9
void setValue(int capid, int i, int j, float val)
signed short int cmatrix[4][55]
int j
Definition: DBlmapReader.cc:9
#define COND_SERIALIZABLE
Definition: Serializable.h:37
HcalCholeskyMatrix(int fId=0)
uint32_t rawId() const