|
BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
Result of comparison of all entries in an Event tree in BDSIM output. More...
#include <ResultEventTree.hh>


Public Member Functions | |
| 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. | |
Data Fields | |
| int | t1NEntries |
| int | t2NEntries |
| std::vector< int > | offendingEvents |
| std::vector< ResultEvent > | eventResults |
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. | |
Result of comparison of all entries in an Event tree in BDSIM output.
Definition at line 34 of file ResultEventTree.hh.
|
inlinevirtual |
Definition at line 59 of file ResultEventTree.hh.
|
inlinevirtual |
Print the result of the test - ie information store in the class.
Reimplemented from Result.
Definition at line 42 of file ResultEventTree.hh.
References Result::print().

| std::vector<ResultEvent> ResultEventTree::eventResults |
Definition at line 40 of file ResultEventTree.hh.
| std::vector<int> ResultEventTree::offendingEvents |
Definition at line 39 of file ResultEventTree.hh.
| int ResultEventTree::t1NEntries |
Definition at line 37 of file ResultEventTree.hh.
| int ResultEventTree::t2NEntries |
Definition at line 38 of file ResultEventTree.hh.