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

Result of comparison of a sampler branch. More...

#include <ResultSampler.hh>

Inheritance diagram for ResultSampler:
Inheritance graph
Collaboration diagram for ResultSampler:
Collaboration graph

Public Member Functions

 ResultSampler (std::string nameIn)
 
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

std::vector< std::string > offendingLeaves
 
- 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 comparison of a sampler branch.

Author
Laurie Nevay

Definition at line 33 of file ResultSampler.hh.

Constructor & Destructor Documentation

◆ ResultSampler()

ResultSampler::ResultSampler ( std::string  nameIn)
inline

Definition at line 36 of file ResultSampler.hh.

◆ ~ResultSampler()

virtual ResultSampler::~ResultSampler ( )
inlinevirtual

Definition at line 40 of file ResultSampler.hh.

Member Function Documentation

◆ print()

virtual std::string ResultSampler::print ( ) const
inlinevirtual

Print the result of the test - ie information store in the class.

Reimplemented from Result.

Definition at line 44 of file ResultSampler.hh.

References Result::print().

Here is the call graph for this function:

Field Documentation

◆ offendingLeaves

std::vector<std::string> ResultSampler::offendingLeaves

Definition at line 42 of file ResultSampler.hh.


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