#include <ErrorCorrelation.h>
Public Member Functions | |
ErrorCorrelation (const pss &entry1, const pss &entry2, const ALIdouble corr) | |
const ALIdouble | getCorrelation () const |
const pss & | getEntry1 () const |
const pss & | getEntry2 () const |
void | update (const ALIdouble corr) |
Private Attributes | |
ALIdouble | theCorr |
pss | theEntry1 |
pss | theEntry2 |
Definition at line 16 of file ErrorCorrelation.h.
Definition at line 3 of file ErrorCorrelation.cc.
|
inline |
|
inline |
|
inline |
void ErrorCorrelation::update | ( | const ALIdouble | corr | ) |
Definition at line 6 of file ErrorCorrelation.cc.
References alignCSCRings::corr, and theCorr.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), dqm-mbProfile.Profile::finish(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
private |
Definition at line 29 of file ErrorCorrelation.h.
Referenced by getCorrelation(), and update().
|
private |
Definition at line 27 of file ErrorCorrelation.h.
Referenced by getEntry1().
|
private |
Definition at line 28 of file ErrorCorrelation.h.
Referenced by getEntry2().