#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.
const ALIdouble ErrorCorrelation::getCorrelation | ( | ) | const [inline] |
Definition at line 27 of file ErrorCorrelation.h.
References theCorr.
Referenced by Fit::setCorrelationsInWMatrix().
{ return theCorr; }
const pss& ErrorCorrelation::getEntry1 | ( | ) | const [inline] |
Definition at line 23 of file ErrorCorrelation.h.
References theEntry1.
Referenced by Fit::setCorrelationsInWMatrix().
{ return theEntry1; }
const pss& ErrorCorrelation::getEntry2 | ( | ) | const [inline] |
Definition at line 25 of file ErrorCorrelation.h.
References theEntry2.
Referenced by Fit::setCorrelationsInWMatrix().
{ return theEntry2; }
void ErrorCorrelation::update | ( | const ALIdouble | corr | ) |
ALIdouble ErrorCorrelation::theCorr [private] |
Definition at line 33 of file ErrorCorrelation.h.
Referenced by getCorrelation(), and update().
pss ErrorCorrelation::theEntry1 [private] |
Definition at line 31 of file ErrorCorrelation.h.
Referenced by getEntry1().
pss ErrorCorrelation::theEntry2 [private] |
Definition at line 32 of file ErrorCorrelation.h.
Referenced by getEntry2().