1 #ifndef __JCOMPAREHISTOGRAMS__JTESTRESULT__
2 #define __JCOMPAREHISTOGRAMS__JTESTRESULT__
68 const std::string& name,
70 const double threshold,
73 JTestSummary(test, hA, hB, name, value, threshold, pass),
Class dedicated to standardize the title of the graphical objects produced by the JTest_t() derived c...
Auxiliary class to handle file name, ROOT directory and object name.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Structure containing the result of the test.
JTestResult(const JTestSummary &summary, const TObject *object)
Constructor.
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.
JTestResult()
Default constructor.