Jpp  17.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
JCOMPAREHISTOGRAMS::JTestDictionary Class Reference

#include <JTestDictionary.hh>

Inheritance diagram for JCOMPAREHISTOGRAMS::JTestDictionary:
std::map< int, JTest_t * >

Public Member Functions

 JTestDictionary ()
 Default constructor. More...
 

Detailed Description

Definition at line 56 of file JTestDictionary.hh.

Constructor & Destructor Documentation

JCOMPAREHISTOGRAMS::JTestDictionary::JTestDictionary ( )
inline

Default constructor.

Definition at line 62 of file JTestDictionary.hh.

62  {
63  (*this)[0] = new JTestChi2_1D();
64  (*this)[1] = new JTestKolmogorov_1D();
65  (*this)[2] = new JTestChi2_2D();
66  (*this)[3] = new JTestKolmogorov_2D();
67  (*this)[4] = new JTestChi2_Bin();
68  (*this)[5] = new JTestZero();
69  (*this)[6] = new JTestRuns_1D();
70  (*this)[7] = new JTestRuns_2D();
71  (*this)[8] = new JTestIdentical_1D();
72  (*this)[9] = new JTestIdentical_2D();
73  (*this)[10] = new JTestIdentical_3D();
74  (*this)[11] = new JTestSignificance_1D();
75  (*this)[12] = new JTestSignificance_2D();
76  (*this)[13] = new JTestChi2R_1D();
77  (*this)[14] = new JTestChi2R_2D();
78  (*this)[15] = new JTestKolmogorovSlice();
79  }
Significance test applied to 2D histograms.
Implementation of the Kolmogorov test for 2D histograms.
Implementation of the Chi2 test for 2D histograms.
Implementation of the a test to check if two 2D histograms are the same.
Implementation of a bin-by-bin Chi2 test for 2D histograms.
Implementation of the Runs test for 1D histograms.
Definition: JTestRuns_1D.hh:21
Implementation of the Chi2 test for 1D histograms.
Definition: JTestChi2_1D.hh:21
Implementation of the Chi2 test for 1D histograms.
Implementation of the Kolmogorov test for 2D histograms.
Implementation of the a test to check if two 1D histograms are the same.
Implementation of a bin-by-bin compatibility test for 2D histograms with low bin contents.
Definition: JTestZero.hh:29
Significance test applied to 1D histograms.
Implementation of the a test to check if two 3D histograms are the same.
Implementation of the Chi2 test for 2D histograms.
Definition: JTestRuns_2D.hh:26
Implementation of the Chi2 test for 2D histograms.
Definition: JTestChi2_2D.hh:23
Implementation of the Kolmogorov test for 1D histograms.

The documentation for this class was generated from the following file: