Jpp - the software that should make you happy
|
Class dedicated to standardize the title of the graphical objects produced by the JTest_t() derived classes. More...
#include <JTest_t.hh>
Public Member Functions | |
JResultMessage () | |
Default constructor. More... | |
JResultMessage (std::string testName, std::string nameA, std::string nameB, std::string parameter, double value, double threshold, bool passed) | |
Constructor. More... | |
std::istream & | read (std::istream &in) |
Read test parameters from input. More... | |
std::string | getMessage () |
Returns a standard string to be used as title of a graphical root object. More... | |
Public Attributes | |
std::string | testName |
std::string | nameA |
std::string | nameB |
std::string | parameter |
double | value |
double | threshold |
bool | passed |
std::string | passed_h |
Class dedicated to standardize the title of the graphical objects produced by the JTest_t() derived classes.
Definition at line 80 of file JTest_t.hh.
|
inline |
|
inline |
Constructor.
testName | Test name |
nameA | Name of the first histogram. |
nameB | Name of the second histogram. |
parameter | Name of the parameter used for the test. |
threshold | Threshold value for the tested parameter. |
value | Value of the tested parameter. |
passed | true if the test is passed. |
Definition at line 107 of file JTest_t.hh.
|
inline |
Read test parameters from input.
in | input stream |
Definition at line 125 of file JTest_t.hh.
|
inline |
Returns a standard string to be used as title of a graphical root object.
Definition at line 141 of file JTest_t.hh.
std::string JResultMessage::testName |
Test name.
Definition at line 151 of file JTest_t.hh.
std::string JResultMessage::nameA |
Name of the first histogram.
Definition at line 152 of file JTest_t.hh.
std::string JResultMessage::nameB |
Name of the second histogram.
Definition at line 153 of file JTest_t.hh.
std::string JResultMessage::parameter |
Parameter evaluated by the test".
Definition at line 154 of file JTest_t.hh.
double JResultMessage::value |
Value of the parameter evaluated by the test.
Definition at line 155 of file JTest_t.hh.
double JResultMessage::threshold |
Threshold to evaluate the parameter.
Definition at line 156 of file JTest_t.hh.
bool JResultMessage::passed |
True if the test passed.
Definition at line 157 of file JTest_t.hh.
std::string JResultMessage::passed_h |
Human readable version of passed.
Definition at line 158 of file JTest_t.hh.