Jpp 20.0.0-rc.2
the software that should make you happy
|
Classes | |
class | JResultTitle |
Class dedicated to standardize the title of the graphical objects produced by the JTest_t() derived classes. More... | |
class | JTest_t |
Interface to read input and write output for TObject tests. More... | |
class | JTestChi2 |
Implementation of the Chi2 test for ROOT histograms. More... | |
class | JTestChi2_Bin |
Implementation of a bin-by-bin Chi2 test for 2D histograms. More... | |
class | JTestChi2_Slice2D |
Implementation of the Chi2 test for 2D histograms. More... | |
class | JTestDictionary |
Dictionary to map different tests to unique integer indices. More... | |
class | JTestEffectiveLogLikelihoodRatio |
Implementation of the effective log-likelihood ratio test. More... | |
class | JTestIdentical |
Implementation of the a test to check if two 1D histograms are the same. More... | |
class | JTestKolmogorov_1D |
Implementation of the Kolmogorov test for 1D histograms. More... | |
class | JTestKolmogorov_2D |
Implementation of the Kolmogorov test for 2D histograms. More... | |
class | JTestKolmogorov_Slice2D |
Implementation of the Kolmogorov test for 2D histograms. More... | |
class | JTestPoissonLogLikelihoodRatio |
Implementation of the Poisson log-likelihood ratio test. More... | |
struct | JTestResult |
Structure containing the result of the test. More... | |
class | JTestRuns_1D |
Implementation of the Wald-Wolfowitz runs test for 1D histograms. More... | |
class | JTestRuns_Slice2D |
Implementation of the Wald-Wolfowitz runs test for 2D histograms. More... | |
class | JTestSignificance |
Significance test. More... | |
class | JTestSlice2D |
Abstract base class for 2D slice tests. More... | |
class | JTestSummary |
Class dedicated to standardize the title of the graphical objects produced by the JTest_t() derived classes. More... | |
class | JTestZero |
Implementation of a bin-by-bin compatibility test for histograms with low bin contents. More... | |
Functions | |
std::istream & | read (std::istream &in, JTestSummary &summary) |
Read test summary. | |
template<class T > | |
std::ostream & | print (std::ostream &out, const JTestSummary &summary, T __begin, T __end, const bool useColors=true, const JFormat_t &formatting=JFormat_t(18, 3, std::ios::fixed)) |
Print test summary. | |
std::ostream & | print (std::ostream &out, const JTestSummary &summary, const bool useColors=true, const JFormat_t &formatting=JFormat_t(18, 3, std::ios::fixed)) |
Print test summary. | |
Variables | |
static const char *const | PASSED_t = "PASSED" |
static const char *const | FAILED_t = "FAILED" |
|
inline |
Read test summary.
in | input stream |
summary | test summary |
Definition at line 219 of file JTestSummary.hh.
|
inline |
Print test summary.
out | output stream |
summary | test summary |
__begin | begin list of keys |
__end | end list of keys |
useColors | toggle colors |
formatting | formatting |
Definition at line 254 of file JTestSummary.hh.
|
inline |
Print test summary.
out | output stream |
summary | test summary |
useColors | toggle colors |
formatting | formatting |
Definition at line 300 of file JTestSummary.hh.
|
static |
Definition at line 29 of file JTestSummary.hh.
|
static |
Definition at line 30 of file JTestSummary.hh.