BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
Result of comparing 2 histograms. More...
#include <ResultHistogram.hh>
Public Member Functions | |
virtual std::string | print () const |
Print the result of the test - ie information store in the class. | |
![]() | |
Result (std::string nameIn, std::string objTypeIn) | |
virtual | ~Result () |
Virtual destructor. | |
virtual std::string | print () const |
Print the result of the test - ie information store in the class. | |
Data Fields | |
double | h1Entries |
double | h2Entries |
int | h1NXBins |
int | h2NXBins |
double | h1XMean |
double | h2XMean |
double | h1XRms |
double | h2XRms |
double | h1Integral |
double | h2Integral |
double | chi2 |
double | tolerance |
![]() | |
std::string | name |
Name of object being compared in files. | |
std::string | objtype |
Name of class of object being compared in files. | |
bool | passed |
Whether it passed or not. | |
Result of comparing 2 histograms.
Definition at line 34 of file ResultHistogram.hh.
|
inlinevirtual |
Definition at line 71 of file ResultHistogram.hh.
|
inlinevirtual |
Print the result of the test - ie information store in the class.
Reimplemented from Result.
Reimplemented in ResultHistogram2D.
Definition at line 50 of file ResultHistogram.hh.
References Result::print().
Referenced by ResultHistogram2D::print().
double ResultHistogram::chi2 |
Definition at line 47 of file ResultHistogram.hh.
double ResultHistogram::h1Entries |
Definition at line 37 of file ResultHistogram.hh.
double ResultHistogram::h1Integral |
Definition at line 45 of file ResultHistogram.hh.
int ResultHistogram::h1NXBins |
Definition at line 39 of file ResultHistogram.hh.
double ResultHistogram::h1XMean |
Definition at line 41 of file ResultHistogram.hh.
double ResultHistogram::h1XRms |
Definition at line 43 of file ResultHistogram.hh.
double ResultHistogram::h2Entries |
Definition at line 38 of file ResultHistogram.hh.
double ResultHistogram::h2Integral |
Definition at line 46 of file ResultHistogram.hh.
int ResultHistogram::h2NXBins |
Definition at line 40 of file ResultHistogram.hh.
double ResultHistogram::h2XMean |
Definition at line 42 of file ResultHistogram.hh.
double ResultHistogram::h2XRms |
Definition at line 44 of file ResultHistogram.hh.
double ResultHistogram::tolerance |
Definition at line 48 of file ResultHistogram.hh.