#include <QTest.h>
Public Member Functions | |
CompareLastFilledBin (const std::string &name) | |
float | runTest (const MonitorElement *me) override |
void | setAverage (float average) |
void | setMax (float max) |
void | setMin (float min) |
~CompareLastFilledBin () override=default | |
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 |
get test status More... | |
void | init () |
initialize values More... | |
QCriterion (std::string qtname) | |
float | runTest (const MonitorElement *me, QReport &qr, DQMNet::QValue &qv) |
void | setErrorProb (float prob) |
void | setWarningProb (float prob) |
set probability limit for warning and error (default: 90% and 50%) More... | |
virtual | ~QCriterion ()=default |
Static Public Member Functions | |
static std::string | getAlgoName () |
Protected Member Functions | |
void | setMessage () override |
set status & message after test has run More... | |
Protected Member Functions inherited from QCriterion | |
void | setAlgoName (std::string name) |
set algorithm name More... | |
void | setVerbose (int verbose) |
probability limits for warnings, errors More... | |
Private Attributes | |
float | _average |
float | _max |
float | _min |
Additional Inherited Members | |
Public Types inherited from QCriterion | |
typedef dqm::legacy::MonitorElement | MonitorElement |
(class should be created by DQMStore class) More... | |
Static Public Attributes inherited from QCriterion | |
static const float | ERROR_PROB_THRESHOLD = 0.50 |
static const float | WARNING_PROB_THRESHOLD = 0.90 |
default "probability" values for setting warnings & errors when running tests More... | |
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... | |
|
inline |
Definition at line 643 of file QTest.h.
References _average, _max, _min, getAlgoName(), and QCriterion::setAlgoName().
|
overridedefault |
|
inlinestatic |
Definition at line 653 of file QTest.h.
Referenced by CompareLastFilledBin(), and QualityTester::makeQCriterion().
|
overridevirtual |
Reimplemented from QCriterion.
Definition at line 1304 of file QTest.cc.
References gather_cfg::cout, hlt_dqm_clientPB-live_cfg::me, MonitorElementData::TH1F, and MonitorElementData::TH2F.
|
inline |
|
inline |
|
inlineoverrideprotectedvirtual |
set status & message after test has run
Reimplemented from SimpleTest.
Definition at line 661 of file QTest.h.
References QCriterion::algoName_, QCriterion::message_, QCriterion::prob_, and QCriterion::qtname_.
|
inline |
|
private |
Definition at line 669 of file QTest.h.
Referenced by CompareLastFilledBin(), and setAverage().
|
private |
Definition at line 668 of file QTest.h.
Referenced by CompareLastFilledBin(), generateEDF.LumiInfoCont::max(), and setMax().
|
private |
Definition at line 668 of file QTest.h.
Referenced by CompareLastFilledBin(), generateEDF.LumiInfoCont::min(), and setMin().