#include <QTest.h>
Public Member Functions | |
ContentsYRange (const std::string &name) | |
float | runTest (const MonitorElement *me) |
virtual void | setAllowedYRange (double ymin, double ymax) |
void | setUseEmptyBins (unsigned int useEmptyBins) |
Public Member Functions inherited from SimpleTest | |
virtual std::vector< DQMChannel > | getBadChannels (void) const |
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 (void) const |
get algorithm name More... | |
std::string | getMessage (void) const |
get message attached to test More... | |
std::string | getName (void) const |
get name of quality test More... | |
int | getStatus (void) 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 (void) |
Protected Attributes | |
bool | rangeInitialized_ |
unsigned int | useEmptyBins_ |
double | ymax_ |
double | ymin_ |
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 | |
virtual void | setMessage (void) |
set status & message after test has run More... | |
Protected Member Functions inherited from QCriterion | |
void | init (void) |
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 (void) |
|
inline |
Definition at line 253 of file QTest.h.
References getAlgoName(), rangeInitialized_, and QCriterion::setAlgoName().
|
inlinestatic |
Definition at line 258 of file QTest.h.
Referenced by ContentsYRange(), createYRangeTest(), QTestConfigure::enableTests(), QTestConfigure::EnableYRangeTest(), and QTestParameterNames::QTestParameterNames().
|
virtual |
Standard test !
AS quality test !!!
end of AS quality tests
Reimplemented from QCriterion.
Definition at line 547 of file QTest.cc.
References newFWLiteAna::bin, relmon_rootfiles_spy::contents, gather_cfg::cout, MonitorElement::DQM_KIND_TH1D, MonitorElement::DQM_KIND_TH1F, MonitorElement::DQM_KIND_TH1S, cmsPerfPublish::fail(), plotBeamSpotDB::first, MonitorElement::getFullname(), MonitorElement::getRootObject(), MonitorElement::getTH1D(), MonitorElement::getTH1F(), MonitorElement::getTH1S(), h, MonitorElement::kind(), and prof2calltree::last.
|
inlinevirtual |
Definition at line 262 of file QTest.h.
References rangeInitialized_, SiStripMonitorClusterAlca_cfi::ymax, ymax_, SiStripMonitorClusterAlca_cfi::ymin, and ymin_.
Referenced by createYRangeTest(), and QTestConfigure::EnableYRangeTest().
|
inline |
Definition at line 261 of file QTest.h.
References useEmptyBins_.
Referenced by QTestConfigure::EnableYRangeTest().
|
protected |
Definition at line 270 of file QTest.h.
Referenced by ContentsYRange(), and setAllowedYRange().
|
protected |
Definition at line 271 of file QTest.h.
Referenced by setUseEmptyBins().
|
protected |
Definition at line 269 of file QTest.h.
Referenced by setAllowedYRange().
|
protected |
Definition at line 269 of file QTest.h.
Referenced by setAllowedYRange().