#include <DQMServices/Core/interface/QTest.h>
Public Member Functions | |
AllContentWithinFloatingRange (const std::string &name) | |
double | get_epsilon_obs (void) |
int | get_result (void) |
double | get_S_fail_obs (void) |
double | get_S_pass_obs (void) |
float | runTest (const MonitorElement *me) |
void | set_epsilon_max (double epsilon) |
void | set_Nrange (int N) |
void | set_S_fail (double S) |
void | set_S_pass (double S) |
Static Public Member Functions | |
static std::string | getAlgoName (void) |
Protected Attributes | |
double | epsilon_max |
double | epsilon_obs |
TH1F * | histogram |
int | Nrange |
int | result |
double | S_fail |
double | S_fail_obs |
double | S_pass |
double | S_pass_obs |
Definition at line 829 of file QTest.h.
AllContentWithinFloatingRange::AllContentWithinFloatingRange | ( | const std::string & | name | ) | [inline] |
Definition at line 832 of file QTest.h.
References getAlgoName(), and QCriterion::setAlgoName().
00832 : SimpleTest(name) 00833 { setAlgoName(getAlgoName()); }
double AllContentWithinFloatingRange::get_epsilon_obs | ( | void | ) | [inline] |
double AllContentWithinFloatingRange::get_S_fail_obs | ( | void | ) | [inline] |
double AllContentWithinFloatingRange::get_S_pass_obs | ( | void | ) | [inline] |
static std::string AllContentWithinFloatingRange::getAlgoName | ( | void | ) | [inline, static] |
float AllContentWithinFloatingRange::runTest | ( | const MonitorElement * | me | ) | [virtual] |
Reimplemented from QCriterion.
void AllContentWithinFloatingRange::set_epsilon_max | ( | double | epsilon | ) | [inline] |
void AllContentWithinFloatingRange::set_S_fail | ( | double | S | ) | [inline] |
void AllContentWithinFloatingRange::set_S_pass | ( | double | S | ) | [inline] |
double AllContentWithinFloatingRange::epsilon_max [protected] |
double AllContentWithinFloatingRange::epsilon_obs [protected] |
TH1F* AllContentWithinFloatingRange::histogram [protected] |
int AllContentWithinFloatingRange::Nrange [protected] |
int AllContentWithinFloatingRange::result [protected] |
double AllContentWithinFloatingRange::S_fail [protected] |
double AllContentWithinFloatingRange::S_fail_obs [protected] |
double AllContentWithinFloatingRange::S_pass [protected] |
double AllContentWithinFloatingRange::S_pass_obs [protected] |