|
Jpp
17.3.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_1D |
| Implementation of the Chi2 test for 1D histograms. More... | |
| class | JTestChi2_2D |
| Implementation of the Chi2 test for 2D histograms. More... | |
| class | JTestChi2_Bin |
| Implementation of a bin-by-bin Chi2 test for 2D histograms. More... | |
| class | JTestChi2_t |
| Implementation of the different Chi2-related tests. More... | |
| class | JTestChi2R_1D |
| Implementation of the Chi2 test for 1D histograms. More... | |
| class | JTestChi2R_2D |
| Implementation of the Chi2 test for 2D histograms. More... | |
| class | JTestIdentical_1D |
| Implementation of the a test to check if two 1D histograms are the same. More... | |
| class | JTestIdentical_2D |
| Implementation of the a test to check if two 2D histograms are the same. More... | |
| class | JTestIdentical_3D |
| Implementation of the a test to check if two 3D histograms are the same. More... | |
| class | JTestIdentical_t |
| Implementation test that verify if two 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_t |
| Implementation of the different Kolmogorov-related tests. More... | |
| class | JTestKolmogorovSlice |
| Implementation of the Kolmogorov test for 2D histograms. More... | |
| struct | JTestResult |
| Structure containing the result of the test. More... | |
| class | JTestRuns_1D |
| Implementation of the Runs test for 1D histograms. More... | |
| class | JTestRuns_2D |
| Implementation of the Chi2 test for 2D histograms. More... | |
| class | JTestRuns_t |
| Implementation of the different Runs-related tests. More... | |
| class | JTestSignificance_1D |
| Significance test applied to 1D histograms. More... | |
| class | JTestSignificance_2D |
| Significance test applied to 2D histograms. More... | |
| class | JTestSignificance_t |
| 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 2D histograms with low bin contents. More... | |
| class | JTestZero_t |
| Implementation of the Zeros test for histograms with expected low bin contents. More... | |
| class | JTestDictionary |
Functions | |
| std::istream & | read (std::istream &in, JTestSummary &summary, const char delimiter= ' ') |
| Read test summary. More... | |
| std::ostream & | print (std::ostream &out, const JTestSummary &summary, const char delimiter= ' ', const bool useColors=true) |
| Print test summary. More... | |
| template<class T > | |
| std::ostream & | print (std::ostream &out, const JTestSummary &summary, T __begin, T __end, const char delimiter= ' ', const bool useColors=true) |
| Print test summary. More... | |
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 |
| delimiter | delimiter |
Definition at line 222 of file JTestSummary.hh.
|
inline |
Print test summary.
| out | output stream |
| summary | test summary |
| delimiter | delimiter |
| useColors |
Definition at line 255 of file JTestSummary.hh.
|
inline |
Print test summary.
| out | output stream |
| summary | test summary |
| __begin | begin list of keys |
| __end | end list of keys |
| delimiter | delimiter |
| useColors |
Definition at line 292 of file JTestSummary.hh.
|
static |
Definition at line 27 of file JTestSummary.hh.
|
static |
Definition at line 28 of file JTestSummary.hh.
1.8.5