| 
    Jpp - the software that should make you happy
    
   | 
 
Structure containing the result of the test. More...
#include <JTest_t.hh>
Public Member Functions | |
| JTestResult () | |
| JTestResult (std::string test, std::string hA, std::string hB, std::string fA, std::string fB, std::string parameter, double value, double threshold, TObject *o, bool pass) | |
| std::string | print (std::string separator) const | 
| std::string | printASCII () const | 
Public Attributes | |
| std::string | testName | 
| std::string | histogramA | 
| std::string | histogramB | 
| std::string | fileA | 
| std::string | fileB | 
| std::string | parameterName | 
| double | parameterValue | 
| double | parameterThreshold | 
| TObject * | obj | 
| bool | passed | 
| std::string | passed_h | 
| std::string | message | 
Structure containing the result of the test.
It contains a bool and a message to print
Definition at line 164 of file JTest_t.hh.
      
  | 
  inline | 
Definition at line 166 of file JTest_t.hh.
      
  | 
  inline | 
Definition at line 182 of file JTest_t.hh.
      
  | 
  inline | 
Definition at line 197 of file JTest_t.hh.
      
  | 
  inline | 
Definition at line 209 of file JTest_t.hh.
| std::string JTestResult::testName | 
Test name
Definition at line 221 of file JTest_t.hh.
| std::string JTestResult::histogramA | 
Name of histogram A
Definition at line 222 of file JTest_t.hh.
| std::string JTestResult::histogramB | 
Name of histogram B
Definition at line 223 of file JTest_t.hh.
| std::string JTestResult::fileA | 
Name of file A
Definition at line 224 of file JTest_t.hh.
| std::string JTestResult::fileB | 
Name of file B
Definition at line 225 of file JTest_t.hh.
| std::string JTestResult::parameterName | 
Name of the tested parameter
Definition at line 226 of file JTest_t.hh.
| double JTestResult::parameterValue | 
Value of the tested parameter
Definition at line 227 of file JTest_t.hh.
| double JTestResult::parameterThreshold | 
Threshold for the tested parameter
Definition at line 228 of file JTest_t.hh.
| TObject* JTestResult::obj | 
Graphical output summarising the test.
Definition at line 229 of file JTest_t.hh.
| bool JTestResult::passed | 
Test result. True if test passed.
Definition at line 230 of file JTest_t.hh.
| std::string JTestResult::passed_h | 
Human readable version of passed
Definition at line 231 of file JTest_t.hh.
| std::string JTestResult::message | 
Human readable message with test result.
Definition at line 232 of file JTest_t.hh.
 1.8.5