BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
ResultHistogram2D Class Reference

Result of comparing 2 2D histograms. More...

#include <ResultHistogram2D.hh>

Inheritance diagram for ResultHistogram2D:
Inheritance graph
Collaboration diagram for ResultHistogram2D:
Collaboration graph

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.
 
- Public Member Functions inherited from Result
 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
 
- Data Fields inherited from ResultHistogram
double h1Entries
 
double h2Entries
 
int h1NXBins
 
int h2NXBins
 
double h1XMean
 
double h2XMean
 
double h1XRms
 
double h2XRms
 
double h1Integral
 
double h2Integral
 
double chi2
 
double tolerance
 
- Data Fields inherited from Result
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.
 

Detailed Description

Result of comparing 2 2D histograms.

Author
Stewart Boogert.

Definition at line 33 of file ResultHistogram2D.hh.

Constructor & Destructor Documentation

◆ ~ResultHistogram2D()

virtual ResultHistogram2D::~ResultHistogram2D ( )
inlinevirtual

Definition at line 51 of file ResultHistogram2D.hh.

Member Function Documentation

◆ print()

virtual std::string ResultHistogram2D::print ( ) const
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().

Here is the call graph for this function:

Field Documentation

◆ h1NYBins

int ResultHistogram2D::h1NYBins

Definition at line 36 of file ResultHistogram2D.hh.

◆ h1YMean

double ResultHistogram2D::h1YMean

Definition at line 38 of file ResultHistogram2D.hh.

◆ h1YRms

double ResultHistogram2D::h1YRms

Definition at line 40 of file ResultHistogram2D.hh.

◆ h2NYBins

int ResultHistogram2D::h2NYBins

Definition at line 37 of file ResultHistogram2D.hh.

◆ h2YMean

double ResultHistogram2D::h2YMean

Definition at line 39 of file ResultHistogram2D.hh.

◆ h2YRms

double ResultHistogram2D::h2YRms

Definition at line 41 of file ResultHistogram2D.hh.


The documentation for this class was generated from the following file: