Algorithm for testing if histogram's mean value is near expected value. More...
#include <QTest.h>
Public Member Functions | |
MeanWithinExpected (const std::string &name) | |
float | runTest (const MonitorElement *me) override |
void | setExpectedMean (double mean) |
void | useRange (double xmin, double xmax) |
void | useRMS () |
void | useSigma (double expectedSigma) |
Public Member Functions inherited from SimpleTest | |
std::vector< DQMChannel > | getBadChannels () const override |
get vector of channels that failed test (not always relevant!) More... | |
void | setMinimumEntries (unsigned n) |
set minimum # of entries needed More... | |
SimpleTest (const std::string &name, bool keepBadChannels=false) | |
Public Member Functions inherited from QCriterion | |
std::string | algoName () const |
get algorithm name More... | |
std::string | getMessage () const |
get message attached to test More... | |
std::string | getName () const |
get name of quality test More... | |
int | getStatus () const |
(class should be created by DQMStore class) More... | |
void | setErrorProb (float prob) |
void | setWarningProb (float prob) |
set probability limit for warning and error (default: 90% and 50%) More... | |
Static Public Member Functions | |
static std::string | getAlgoName () |
Protected Attributes | |
double | expMean_ |
double | sigma_ |
bool | useRange_ |
bool | useRMS_ |
bool | useSigma_ |
double | xmax_ |
double | xmin_ |
Protected Attributes inherited from SimpleTest | |
std::vector< DQMChannel > | badChannels_ |
bool | keepBadChannels_ |
unsigned | minEntries_ |
Protected Attributes inherited from QCriterion | |
std::string | algoName_ |
name of quality test More... | |
float | errorProb_ |
std::string | message_ |
quality test status More... | |
float | prob_ |
name of algorithm More... | |
std::string | qtname_ |
int | status_ |
int | verbose_ |
float | warningProb_ |
message attached to test More... | |
Additional Inherited Members | |
Protected Member Functions inherited from SimpleTest | |
void | setMessage () override |
set status & message after test has run More... | |
Protected Member Functions inherited from QCriterion | |
void | init () |
initialize values More... | |
QCriterion (std::string qtname) | |
float | runTest (const MonitorElement *me, QReport &qr, DQMNet::QValue &qv) |
void | setAlgoName (std::string name) |
set algorithm name More... | |
void | setVerbose (int verbose) |
probability limits for warnings, errors More... | |
virtual | ~QCriterion ()=default |
Algorithm for testing if histogram's mean value is near expected value.
|
inline |
Definition at line 519 of file QTest.h.
References QCriterion::setAlgoName().
|
inlinestatic |
Definition at line 523 of file QTest.h.
References QCriterion::runTest().
Referenced by QTestConfigure::EnableMeanWithinExpectedTest(), QTestConfigure::enableTests(), and QTestParameterNames::QTestParameterNames().
|
overridevirtual |
Reimplemented from QCriterion.
Definition at line 1735 of file QTest.cc.
References gather_cfg::cout, MonitorElement::DQM_KIND_TH1D, MonitorElement::DQM_KIND_TH1F, MonitorElement::DQM_KIND_TH1S, MonitorElement::getEntries(), MonitorElement::getFullname(), MonitorElement::getRootObject(), MonitorElement::getTH1D(), MonitorElement::getTH1F(), MonitorElement::getTH1S(), h, MonitorElement::kind(), and SiStripPI::mean.
|
inline |
Definition at line 526 of file QTest.h.
References SiStripPI::mean, TrackerOfflineValidation_Dqm_cff::xmax, and TrackerOfflineValidation_Dqm_cff::xmin.
Referenced by QTestConfigure::EnableMeanWithinExpectedTest().
void MeanWithinExpected::useRange | ( | double | xmin, |
double | xmax | ||
) |
Definition at line 1814 of file QTest.cc.
References gather_cfg::cout, TrackerOfflineValidation_Dqm_cff::xmax, and TrackerOfflineValidation_Dqm_cff::xmin.
Referenced by QTestConfigure::EnableMeanWithinExpectedTest().
void MeanWithinExpected::useRMS | ( | ) |
Definition at line 1835 of file QTest.cc.
Referenced by QTestConfigure::EnableMeanWithinExpectedTest().
void MeanWithinExpected::useSigma | ( | double | expectedSigma | ) |
Definition at line 1824 of file QTest.cc.
References gather_cfg::cout.
Referenced by QTestConfigure::EnableMeanWithinExpectedTest().