#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] |
COND_SERIALIZABLE | |
uint32_t | mId |
Definition at line 10 of file HcalCholeskyMatrix.h.
HcalCholeskyMatrix::HcalCholeskyMatrix | ( | int | fId = 0 | ) |
Definition at line 4 of file HcalCholeskyMatrix.cc.
float HcalCholeskyMatrix::getValue | ( | int | capid, |
int | i, | ||
int | j | ||
) | const |
Definition at line 12 of file HcalCholeskyMatrix.cc.
References cmatrix, cuy::ii, and findQualityFiles::jj.
Referenced by HcalAmplifier::makeNoise().
|
inline |
Definition at line 17 of file HcalCholeskyMatrix.h.
References mId.
Referenced by HcalCholeskyMatrices::addValues(), HcalCholeskyMatrices::exists(), HcalCholeskyMatrices::getAllChannels(), and HcalCholeskyMatrices::getValues().
void HcalCholeskyMatrix::setValue | ( | int | capid, |
int | i, | ||
int | j, | ||
float | val | ||
) |
Definition at line 22 of file HcalCholeskyMatrix.cc.
References cmatrix, cuy::ii, and findQualityFiles::jj.
Referenced by Vispa.Views.PropertyView.StringProperty::buttonClicked(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Vispa.Views.PropertyView.FileVectorProperty::buttonClicked(), Vispa.Views.PropertyView.TextEditWithButtonProperty::keyPressEvent(), and Vispa.Views.PropertyView.TextEditWithButtonProperty::setMultiline().
|
private |
Definition at line 20 of file HcalCholeskyMatrix.h.
Referenced by getValue(), HcalCholeskyMatrix(), and setValue().
|
private |
Definition at line 24 of file HcalCholeskyMatrix.h.
|
private |
Definition at line 21 of file HcalCholeskyMatrix.h.
Referenced by rawId().