#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 Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
signed short int | cmatrix [4][55] |
uint32_t | mId |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 10 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, cuy::ii, and findQualityFiles::jj.
Referenced by HcalAmplifier::makeNoise().
|
inline |
Definition at line 17 of file HcalCholeskyMatrix.h.
References mId.
Referenced by HcalCholeskyMatrices::addValues(), and HcalCholeskyMatrices::getAllChannels().
|
private |
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().
|
friend |
Definition at line 24 of file HcalCholeskyMatrix.h.
|
friend |
Definition at line 24 of file HcalCholeskyMatrix.h.
|
private |
Definition at line 20 of file HcalCholeskyMatrix.h.
Referenced by getValue(), HcalCholeskyMatrix(), and setValue().
|
private |
Definition at line 21 of file HcalCholeskyMatrix.h.
Referenced by rawId().