Jpp
|
#include <JTestChi2_Bin.hh>
Public Member Functions | |
JTestChi2_Bin () | |
std::istream & | read (std::istream &in) |
std::ostream & | write (std::ostream &out) |
void | test (TObject *o1, TObject *o2) |
virtual void | save (TFile *f, string path) |
void | clear () |
JTestResult | JChi2Test (TH1 *h1, TH1 *h2, double threshold) |
JTestResult | JChi2TestBin_2D (TH2 *h1, TH2 *h2, double outliersThreshold, double chi2Threshold) |
Public Attributes | |
vector< JTestResult > | results |
Private Attributes | |
double | chi2Threshold |
threshold p-value to decide if test is passed for a bin. More... | |
double | outliersThreshold |
number of bins allowed to fail the test. More... | |
Definition at line 17 of file JTestChi2_Bin.hh.
|
inline |
Definition at line 25 of file JTestChi2_Bin.hh.
|
inlinevirtual |
Implements JTest_t.
Definition at line 33 of file JTestChi2_Bin.hh.
|
inlinevirtual |
Implements JTest_t.
Definition at line 58 of file JTestChi2_Bin.hh.
|
inlinevirtual |
Implements JTest_t.
Definition at line 75 of file JTestChi2_Bin.hh.
|
inlinevirtual |
|
inlineinherited |
Definition at line 33 of file JTestChi2_t.hh.
|
inlineinherited |
Definition at line 89 of file JTestChi2_t.hh.
|
private |
threshold p-value to decide if test is passed for a bin.
Definition at line 93 of file JTestChi2_Bin.hh.
|
private |
number of bins allowed to fail the test.
Definition at line 94 of file JTestChi2_Bin.hh.
|
inherited |
Definition at line 77 of file JTest_t.hh.