BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
Result of comparing 2 2D histograms. More...
#include <ResultHistogram2D.hh>
Public Member Functions | |
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. | |
![]() | |
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 | |
int | h1NYBins |
int | h2NYBins |
double | h1YMean |
double | h2YMean |
double | h1YRms |
double | h2YRms |
![]() | |
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 2D histograms.
Definition at line 33 of file ResultHistogram2D.hh.
|
inlinevirtual |
Definition at line 51 of file ResultHistogram2D.hh.
|
inlinevirtual |
Print the result of the test - ie information store in the class.
Reimplemented from ResultHistogram.
Definition at line 43 of file ResultHistogram2D.hh.
References ResultHistogram::print().
int ResultHistogram2D::h1NYBins |
Definition at line 36 of file ResultHistogram2D.hh.
double ResultHistogram2D::h1YMean |
Definition at line 38 of file ResultHistogram2D.hh.
double ResultHistogram2D::h1YRms |
Definition at line 40 of file ResultHistogram2D.hh.
int ResultHistogram2D::h2NYBins |
Definition at line 37 of file ResultHistogram2D.hh.
double ResultHistogram2D::h2YMean |
Definition at line 39 of file ResultHistogram2D.hh.
double ResultHistogram2D::h2YRms |
Definition at line 41 of file ResultHistogram2D.hh.