#include <ErrorCorrelationMgr.h>
Public Member Functions | |
ErrorCorrelation * | getCorrelation (ALIint ii) |
ALIint | getNumberOfCorrelations () |
void | readFromReportFile (const ALIstring &filename) |
Static Public Member Functions | |
static ErrorCorrelationMgr * | getInstance () |
Private Member Functions | |
ErrorCorrelationMgr () | |
std::vector< ErrorCorrelation * > ::iterator | findErrorCorrelation (pss &entry1, pss &entry2) |
Private Attributes | |
std::vector< ErrorCorrelation * > | theCorrs |
Static Private Attributes | |
static ErrorCorrelationMgr * | theInstance = 0 |
Definition at line 19 of file ErrorCorrelationMgr.h.
|
inlineprivate |
|
private |
Definition at line 102 of file ErrorCorrelationMgr.cc.
References theCorrs.
Referenced by readFromReportFile().
ErrorCorrelation * ErrorCorrelationMgr::getCorrelation | ( | ALIint | ii | ) |
Definition at line 91 of file ErrorCorrelationMgr.cc.
References ecal_dqm_sourceclient-live_cfg::cerr, cmsRelvalreport::exit, cuy::ii, and theCorrs.
Referenced by Fit::setCorrelationsInWMatrix().
|
static |
Definition at line 15 of file ErrorCorrelationMgr.cc.
References ErrorCorrelationMgr(), and theInstance.
Referenced by Model::readSystemDescription(), and Fit::setCorrelationsInWMatrix().
|
inline |
Definition at line 29 of file ErrorCorrelationMgr.h.
References theCorrs.
Referenced by Fit::setCorrelationsInWMatrix().
void ErrorCorrelationMgr::readFromReportFile | ( | const ALIstring & | filename | ) |
Definition at line 27 of file ErrorCorrelationMgr.cc.
References ecal_dqm_sourceclient-live_cfg::cerr, corr, gather_cfg::cout, ALIUtils::debug, ALIUtils::dumpVS(), cppFunctionSkipper::exception, groupFilesInBlocks::fin, findErrorCorrelation(), ALIUtils::getFloat(), ALIFileIn::getInstance(), ALIUtils::getInt(), ALIFileIn::getWordsInLine(), p1, p2, and theCorrs.
Referenced by Model::readSystemDescription().
|
private |
Definition at line 37 of file ErrorCorrelationMgr.h.
Referenced by findErrorCorrelation(), getCorrelation(), getNumberOfCorrelations(), and readFromReportFile().
|
staticprivate |
Definition at line 36 of file ErrorCorrelationMgr.h.
Referenced by getInstance().