19#ifndef COMPRESULTHISTOGRAM_H
20#define COMPRESULTHISTOGRAM_H
50 virtual std::string
print()
const
55 ss <<
"Parameter" << std::setw(nw) << std::right <<
"file1" <<
" / "
56 << std::left << std::setw(nw) <<
"file2" <<
"\n";
57 ss <<
"Entries " << std::setw(nw) << std::right << h1Entries <<
" / "
58 << std::left << std::setw(nw) << h2Entries <<
"\n";
59 ss <<
"Bins " << std::setw(nw) << std::right << h1NXBins <<
" / "
60 << std::left << std::setw(nw) << h2NXBins <<
"\n";
61 ss <<
"X Mean " << std::setw(nw) << std::right << h1XMean <<
" / "
62 << std::left << std::setw(nw) << h2XMean <<
"\n";
63 ss <<
"X RMS " << std::setw(nw) << std::right << h1XRms <<
" / "
64 << std::left << std::setw(nw) << h2XRms <<
"\n";
65 ss <<
"Integral " << std::setw(nw) << std::right << h1Integral <<
" / "
66 << std::left << std::setw(nw) << h2Integral <<
"\n";
67 ss <<
"Chi^2 " << chi2 <<
" vs tolerance of " << tolerance;
Result of comparing 2 histograms.
virtual std::string print() const
Print the result of the test - ie information store in the class.
virtual std::string print() const
Print the result of the test - ie information store in the class.