BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
Result of comparison of single entry of an Event tree in BDSIM output. More...
#include <ResultEvent.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 | |
std::vector< std::string > | offendingBranches |
std::vector< ResultSampler > | samplerResults |
![]() | |
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 comparison of single entry of an Event tree in BDSIM output.
Definition at line 34 of file ResultEvent.hh.
|
inlinevirtual |
Definition at line 57 of file ResultEvent.hh.
|
inlinevirtual |
Print the result of the test - ie information store in the class.
Reimplemented from Result.
Definition at line 40 of file ResultEvent.hh.
References Result::print().
std::vector<std::string> ResultEvent::offendingBranches |
Definition at line 37 of file ResultEvent.hh.
std::vector<ResultSampler> ResultEvent::samplerResults |
Definition at line 38 of file ResultEvent.hh.