Jpp
debug
the software that should make you happy
|
Dictionary to map different tests to unique integer indices. More...
#include <JTestDictionary.hh>
Public Member Functions | |
JTestDictionary () | |
Default constructor. More... | |
Dictionary to map different tests to unique integer indices.
The mapping between the available tests and the integer indices is as follows
0 : JTestChi2()
1 : JTestChi2_Bin()
2 : JTestChi2_Slice2D()
3 : JTestKolmogorov_1D()
4 : JTestKolmogorov_2D()
5 : JTestKolmogorov_Slice2D()
6 : JTestRuns_1D()
7 : JTestRuns_Slice2D()
8 : JTestZero()
9 : JTestIdentical()
10 : JTestSignificance()
11 : JTestPoissonLogLikelihoodRatio()
12 : JTestPoissonLogLikelihoodRatioBeestonBarlow()
The tests listed above are derived from the pure virtual interface JTest_t(), where the common I/O functionality is defined.
Definition at line 51 of file JTestDictionary.hh.
|
inline |
Default constructor.
Definition at line 58 of file JTestDictionary.hh.