#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 = nullptr |
Definition at line 19 of file ErrorCorrelationMgr.h.
|
inlineprivate |
|
private |
Definition at line 105 of file ErrorCorrelationMgr.cc.
References theCorrs.
Referenced by readFromReportFile().
ErrorCorrelation * ErrorCorrelationMgr::getCorrelation | ( | ALIint | ii | ) |
Definition at line 94 of file ErrorCorrelationMgr.cc.
References DMR_cfg::cerr, beamvalidation::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 28 of file ErrorCorrelationMgr.h.
References theCorrs.
Referenced by Fit::setCorrelationsInWMatrix().
void ErrorCorrelationMgr::readFromReportFile | ( | const ALIstring & | filename | ) |
Definition at line 24 of file ErrorCorrelationMgr.cc.
References DMR_cfg::cerr, alignCSCRings::corr, gather_cfg::cout, ALIUtils::debug, ALIUtils::dumpVS(), cppFunctionSkipper::exception, corrVsCorr::filename, groupFilesInBlocks::fin, findErrorCorrelation(), ALIUtils::getFloat(), ALIFileIn::getInstance(), ALIUtils::getInt(), DeadROCCounter::nent, LaserDQM_cfg::p1, SiStripOfflineCRack_cfg::p2, theCorrs, and LaserClient_cfi::wl.
Referenced by Model::readSystemDescription().
|
private |
Definition at line 35 of file ErrorCorrelationMgr.h.
Referenced by findErrorCorrelation(), getCorrelation(), getNumberOfCorrelations(), and readFromReportFile().
|
staticprivate |
Definition at line 34 of file ErrorCorrelationMgr.h.
Referenced by getInstance().