#include <CorrelationMatrix.h>
Public Member Functions | |
CorrelationMatrix (const int nPar) | |
double | Get (const int iPar, const int jPar) const |
unsigned int | GetNParameter () const |
double | operator() (const int iPar, const int jPar) const |
void | Set (const int iPar, const int jPar, const double corr) |
Private Types | |
typedef std::vector< double > | Elements |
Private Member Functions | |
int | Index (const int iPar, const int jPar) const |
Private Attributes | |
Elements | fElements |
int | fNParameter |
Definition at line 9 of file CorrelationMatrix.h.
|
private |
Definition at line 23 of file CorrelationMatrix.h.
CorrelationMatrix::CorrelationMatrix | ( | const int | nPar | ) |
Definition at line 26 of file CorrelationMatrix.cc.
References fElements.
|
inline |
Definition at line 17 of file CorrelationMatrix.h.
References operator()().
Referenced by otoa::FillCelestialCoordinates(), otoa::FD2ADST::FillGeometricalUncertainties(), testErrorPropagation::OutputMatrix(), utl::NumericalErrorPropagation::Propagate(), RdEventInitializer::RdEventInitializer::SetSignalSearchWindowFromFD(), HybridGeometryFinderWG::HybridGeometryFinder::StoreData(), and testErrorPropagation::TestErrorPropagation().
|
inline |
Definition at line 13 of file CorrelationMatrix.h.
References fNParameter.
Referenced by utl::NumericalErrorPropagation::NumericalErrorPropagation(), and testErrorPropagation::OutputMatrix().
|
inlineprivate |
Definition at line 10 of file CorrelationMatrix.cc.
Referenced by operator()(), and Set().
double CorrelationMatrix::operator() | ( | const int | iPar, |
const int | jPar | ||
) | const |
Definition at line 52 of file CorrelationMatrix.cc.
References fElements, and Index().
Referenced by Get().
void CorrelationMatrix::Set | ( | const int | iPar, |
const int | jPar, | ||
const double | corr | ||
) |
Definition at line 35 of file CorrelationMatrix.cc.
References ERROR, fElements, and Index().
Referenced by otoa::FillCelestialCoordinates(), otoa::FD2ADST::FillGeometricalUncertainties(), utl::NumericalErrorPropagation::Propagate(), RdEventInitializer::RdEventInitializer::SetSignalSearchWindowFromFD(), HybridGeometryFinderWG::HybridGeometryFinder::StoreData(), testErrorPropagation::TestCorrelationMatrix(), and testErrorPropagation::TestErrorPropagation().
|
private |
Definition at line 28 of file CorrelationMatrix.h.
Referenced by CorrelationMatrix(), operator()(), and Set().
|
private |
Definition at line 27 of file CorrelationMatrix.h.
Referenced by GetNParameter().