#include <HcalCholeskyMatrix.h>
Public Member Functions | |
float | getValue (int capid, int i, int j) const |
HcalCholeskyMatrix (int fId=0) | |
uint32_t | rawId () const |
void | setValue (int capid, int i, int j, float val) |
Private Attributes | |
signed short int | cmatrix [4][55] |
uint32_t | mId |
Definition at line 8 of file HcalCholeskyMatrix.h.
HcalCholeskyMatrix::HcalCholeskyMatrix | ( | int | fId = 0 | ) |
float HcalCholeskyMatrix::getValue | ( | int | capid, |
int | i, | ||
int | j | ||
) | const |
Definition at line 12 of file HcalCholeskyMatrix.cc.
References cmatrix, and findQualityFiles::jj.
Referenced by HcalAmplifier::makeNoise().
uint32_t HcalCholeskyMatrix::rawId | ( | ) | const [inline] |
Definition at line 15 of file HcalCholeskyMatrix.h.
References mId.
Referenced by HcalCholeskyMatrices::addValues(), HcalCholeskyMatrices::exists(), HcalCholeskyMatrices::getAllChannels(), and HcalCholeskyMatrices::getValues().
{return mId;}
void HcalCholeskyMatrix::setValue | ( | int | capid, |
int | i, | ||
int | j, | ||
float | val | ||
) |
Definition at line 22 of file HcalCholeskyMatrix.cc.
References cmatrix, and findQualityFiles::jj.
Referenced by HcalCholeskyDecomp::analyze().
signed short int HcalCholeskyMatrix::cmatrix[4][55] [private] |
Definition at line 18 of file HcalCholeskyMatrix.h.
Referenced by getValue(), HcalCholeskyMatrix(), and setValue().
uint32_t HcalCholeskyMatrix::mId [private] |
Definition at line 19 of file HcalCholeskyMatrix.h.
Referenced by rawId().