#include <QTest.h>
Public Member Functions | |
CSC01 (const std::string &name) | |
double | get_epsilon_obs () |
int | get_result () |
double | get_S_fail_obs () |
double | get_S_pass_obs () |
float | runTest (const MonitorElement *me) |
void | set_epsilon_max (double epsilon) |
void | set_S_fail (double S) |
void | set_S_pass (double S) |
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 | |
double | epsilon_max |
double | epsilon_obs |
int | result |
double | S_fail |
double | S_fail_obs |
double | S_pass |
double | S_pass_obs |
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 568 of file QTest.h.
References getAlgoName(), and QCriterion::setAlgoName().
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
virtual |
Reimplemented from QCriterion.
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 585 of file QTest.h.
Referenced by set_epsilon_max().
|
protected |
Definition at line 587 of file QTest.h.
Referenced by get_epsilon_obs().
|
protected |
Definition at line 589 of file QTest.h.
Referenced by get_result().
|
protected |
Definition at line 586 of file QTest.h.
Referenced by set_S_fail().
|
protected |
Definition at line 588 of file QTest.h.
Referenced by get_S_fail_obs().
|
protected |
Definition at line 586 of file QTest.h.
Referenced by set_S_pass().
|
protected |
Definition at line 588 of file QTest.h.
Referenced by get_S_pass_obs().