1 #ifndef __JTESTRUNS_1D__
2 #define __JTESTRUNS_1D__
33 std::istream&
read(std::istream&
in)
override{
45 std::ostream&
write(std::ostream& out, std::string delimiter =
" ",
bool onlyFailures =
false)
const override{
49 out << std::scientific << std::setprecision(2) << (
r->passed ?
JPP::GREEN :
JPP::RED) <<
r->print(delimiter) << std::endl;
51 out << std::scientific << std::setprecision(2) << (
r->passed ?
JPP::GREEN :
JPP::RED) <<
r->print(delimiter) << std::endl;
67 if (!(dynamic_cast<TH2*>(o1) == NULL) || !(dynamic_cast<TH2*>(o2) == NULL)) {
68 ERROR(
"For 2D histograms call JTestRuns_2D: " << o1->GetName() << endl);
70 }
else if (!(dynamic_cast<TH1*>(o1) == NULL) && !(
dynamic_cast<TH1*
>(o2) == NULL)) {
72 TH1D*
h1 =
dynamic_cast<TH1D*
>(o1);
73 TH1D* h2 =
dynamic_cast<TH1D*
>(o2);
75 if(h1 -> GetNbinsX() != h2 -> GetNbinsX())
76 ERROR(
"Histograms with different bining. The objects: " << h1 -> GetName() <<
" can not be compared." << endl);
90 virtual void save(TFile*
f , std::string
path,
bool onlyFailures =
false)
override{
98 if (f -> GetDirectory(path.c_str())==0) f->mkdir(path.c_str());
103 if (f -> GetDirectory(path.c_str())==0) f->mkdir(path.c_str());
133 const std::string
name =
"Runs_1D";
double threshold
threshold value to decide if test is passed.
std::vector< JTestResult > results
do set_array DAQHEADER JPrintDAQHeader f
then for HISTOGRAM in h0 h1
std::istream & read(std::istream &in) override
Read test parameters from input.
Implementation of the Runs test for 1D histograms.
Structure containing the result of the test.
std::string getName() override
Get test name.
do cat driver txt<< EOFevent ev_configure{RC_EVT%< ev_configure.txt > RC_DWRT path
std::ostream & write(std::ostream &out, std::string delimiter=" ", bool onlyFailures=false) const override
Write test result to output.
std::string getParameter() override
Get parameter name.
void clear() override
Clear results.
const std::string parameter
parameter name.
Implementation of the different Runs-related tests.
Interface to read input and write output for TObject tests.
const std::string name
test name.
void test(TObject *o1, TObject *o2) override
Tests the statistical compatibility of two ROOT TObjects.
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY source JAcoustics sh $DETECTOR_ID CHECK_EXIT_CODE typeset A TRIPODS get_tripods $WORKDIR tripod txt TRIPODS for EMITTER in
virtual void save(TFile *f, std::string path, bool onlyFailures=false) override
Writes the test result to root file.
JTestResult JRunsTest(TH1 *h1, TH1 *h2, double threshold, std::string testName, std::string parameterName)
Implements the Wald-Wolfowitx runs test: https://en.wikipedia.org/wiki/Wald%E2%80%93Wolfowitz_runs_te...