26 * Implementation of the Kolmogorov test for 2D histograms.\n
27 * This class is derived from the abstract class JTest_t(). For a general description of the implementation of this and other tests derived from JTest_t(), see its documentation.\n
28 * This test compares two 2D histograms. If the parameter `slice` equals x, X y or Y, the histograms are sliced along the corresponding axis, and the Kolmogorov test is applied to each slice.\n
29 * The input parameter `threshold`, is used to evaluate whether the test is passed or failed for each slice or for the full 2D distribution.\n
30 * The evaluation is done by comparing the `threshold` value with the resulting p-value.\n
31 * The parameter `threshold` should therefore be a real value between 0 and 1.