BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
Result of comparing 2 TTrees. More...
#include <ResultTree.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 | |
int | t1NEntries |
int | t2NEntries |
std::vector< std::string > | offendingBranches |
![]() | |
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 TTrees.
Definition at line 33 of file ResultTree.hh.
|
inlinevirtual |
Print the result of the test - ie information store in the class.
Reimplemented from Result.
Definition at line 40 of file ResultTree.hh.
References Result::print().
std::vector<std::string> ResultTree::offendingBranches |
Definition at line 38 of file ResultTree.hh.
int ResultTree::t1NEntries |
Definition at line 36 of file ResultTree.hh.
int ResultTree::t2NEntries |
Definition at line 37 of file ResultTree.hh.