Jpp
17.0.0
the software that should make you happy
|
Structure containing the result of the test. More...
#include <JTestResult.hh>
Public Member Functions | |
JTestResult () | |
Default constructor. More... | |
JTestResult (const JTestSummary &summary, const TObject *object) | |
Constructor. More... | |
JTestResult (const std::string &test, const JRootObjectID &hA, const JRootObjectID &hB, const std::string &name, const double value, const double threshold, const TObject *object, const bool pass) | |
Constructor. More... | |
JProperties | getProperties (const JEquationParameters &equation=JTestSummary::getEquationParameters()) |
Get properties of this class. More... | |
JProperties | getProperties (const JEquationParameters &equation=JTestSummary::getEquationParameters()) const |
Get properties of this class. More... | |
Static Public Member Functions | |
static JEquationParameters & | getEquationParameters () |
Get equation parameters. More... | |
static void | setEquationParameters (const JEquationParameters &equation) |
Set equation parameters. More... | |
Public Attributes | |
const TObject * | obj |
std::string | testName |
JRootObjectID | histogramA |
JRootObjectID | histogramB |
std::string | parameterName |
double | parameterValue |
double | parameterThreshold |
bool | passed |
std::string | passed_h |
Structure containing the result of the test.
Definition at line 27 of file JTestResult.hh.
|
inline |
Default constructor.
Definition at line 33 of file JTestResult.hh.
|
inline |
Constructor.
summary | summary |
object | graphical test output |
Definition at line 45 of file JTestResult.hh.
|
inline |
Constructor.
test | test name |
hA | histogram A |
hB | histogram B |
name | parameter name |
value | parameter value |
threshold | parameter threshold |
object | graphical test output |
pass | true if test is passed; else false |
Definition at line 64 of file JTestResult.hh.
|
inlinestaticinherited |
Get equation parameters.
Definition at line 86 of file JTestSummary.hh.
|
inlinestaticinherited |
Set equation parameters.
equation | equation parameters |
Definition at line 99 of file JTestSummary.hh.
|
inlineinherited |
Get properties of this class.
equation | equation parameters |
Definition at line 110 of file JTestSummary.hh.
|
inlineinherited |
Get properties of this class.
equation | equation parameters |
Definition at line 121 of file JTestSummary.hh.
const TObject* JCOMPAREHISTOGRAMS::JTestResult::obj |
Graphical output summarising the test.
Definition at line 76 of file JTestResult.hh.
|
inherited |
Test name.
Definition at line 175 of file JTestSummary.hh.
|
inherited |
First histogram.
Definition at line 176 of file JTestSummary.hh.
|
inherited |
Second histogram.
Definition at line 177 of file JTestSummary.hh.
|
inherited |
Parameter evaluated by the test.
Definition at line 178 of file JTestSummary.hh.
|
inherited |
Value of the parameter evaluated by the test.
Definition at line 179 of file JTestSummary.hh.
|
inherited |
Threshold to evaluate the parameter.
Definition at line 180 of file JTestSummary.hh.
|
inherited |
True if the test passed.
Definition at line 181 of file JTestSummary.hh.
|
inherited |
Human readable version of passed.
Definition at line 182 of file JTestSummary.hh.