Jpp test-rotations-old
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 <JTestSummary.hh>
Classes | |
class | JTestSummaryHelper |
Auxiliary class for I/O of test result message. More... | |
Public Member Functions | |
JTestSummary () | |
Default constructor. | |
JTestSummary (const std::string &testName, const JRootObjectID &hA, const JRootObjectID &hB, const std::string ¶meter, const double value, const double threshold, const bool passed) | |
Constructor. | |
JProperties | getProperties (const JEquationParameters &equation=JTestSummary::getEquationParameters()) |
Get properties of this class. | |
JProperties | getProperties (const JEquationParameters &equation=JTestSummary::getEquationParameters()) const |
Get properties of this class. | |
Static Public Member Functions | |
static JEquationParameters & | getEquationParameters () |
Get equation parameters. | |
static void | setEquationParameters (const JEquationParameters &equation) |
Set equation parameters. | |
Public Attributes | |
std::string | testName |
JRootObjectID | histogramA |
JRootObjectID | histogramB |
std::string | parameterName |
double | parameterValue |
double | parameterThreshold |
bool | passed |
std::string | passed_h |
Friends | |
std::istream & | operator>> (std::istream &in, JTestSummary &object) |
Read test summary from input. | |
std::ostream & | operator<< (std::ostream &out, JTestSummary &object) |
Write test summary to output. | |
Class dedicated to standardize the title of the graphical objects produced by the JTest_t() derived classes.
Definition at line 34 of file JTestSummary.hh.
|
inline |
Default constructor.
Definition at line 41 of file JTestSummary.hh.
|
inline |
Constructor.
testName | Test name |
hA | Name of the first histogram. |
hB | 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; else false. |
Definition at line 64 of file JTestSummary.hh.
|
inlinestatic |
Get equation parameters.
Definition at line 87 of file JTestSummary.hh.
|
inlinestatic |
Set equation parameters.
equation | equation parameters |
Definition at line 100 of file JTestSummary.hh.
|
inline |
Get properties of this class.
equation | equation parameters |
Definition at line 111 of file JTestSummary.hh.
|
inline |
Get properties of this class.
equation | equation parameters |
Definition at line 122 of file JTestSummary.hh.
|
friend |
Read test summary from input.
in | input stream |
object | test summary |
Definition at line 135 of file JTestSummary.hh.
|
friend |
Write test summary to output.
out | output stream |
object | test summary |
Definition at line 160 of file JTestSummary.hh.
std::string JCOMPAREHISTOGRAMS::JTestSummary::testName |
Test name.
Definition at line 176 of file JTestSummary.hh.
JRootObjectID JCOMPAREHISTOGRAMS::JTestSummary::histogramA |
First histogram.
Definition at line 177 of file JTestSummary.hh.
JRootObjectID JCOMPAREHISTOGRAMS::JTestSummary::histogramB |
Second histogram.
Definition at line 178 of file JTestSummary.hh.
std::string JCOMPAREHISTOGRAMS::JTestSummary::parameterName |
Parameter evaluated by the test.
Definition at line 179 of file JTestSummary.hh.
double JCOMPAREHISTOGRAMS::JTestSummary::parameterValue |
Value of the parameter evaluated by the test.
Definition at line 180 of file JTestSummary.hh.
double JCOMPAREHISTOGRAMS::JTestSummary::parameterThreshold |
Threshold to evaluate the parameter.
Definition at line 181 of file JTestSummary.hh.
bool JCOMPAREHISTOGRAMS::JTestSummary::passed |
True if the test passed.
Definition at line 182 of file JTestSummary.hh.
std::string JCOMPAREHISTOGRAMS::JTestSummary::passed_h |
Human readable version of passed.
Definition at line 183 of file JTestSummary.hh.