#include <QTest.h>
Public Member Functions | |
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... | |
Protected Member Functions | |
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) | |
virtual float | runTest (const MonitorElement *me) |
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 |
Protected Attributes | |
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 |
|
inlineoverridevirtual |
get vector of channels that failed test (not always relevant!)
Reimplemented from QCriterion.
Definition at line 148 of file QTest.h.
References QCriterion::getBadChannels().
|
inlineoverrideprotectedvirtual |
set status & message after test has run
Implements QCriterion.
Reimplemented in CompareLastFilledBin, CompareToMedian, Comp2Ref2DChi2, and Comp2RefChi2.
Definition at line 156 of file QTest.h.
References QCriterion::message_.
|
inline |
set minimum # of entries needed
Definition at line 146 of file QTest.h.
References gen::n.
Referenced by QTestConfigure::EnableComp2Ref2DChi2Test(), QTestConfigure::EnableContentsWithinExpectedTest(), and QTestConfigure::EnableMeanWithinExpectedTest().
|
protected |