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

Result of comparing 2 TTrees. More...

#include <ResultTree.hh>

Inheritance diagram for ResultTree:
Inheritance graph
Collaboration diagram for ResultTree:
Collaboration graph

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.
 
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
 
- 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 TTrees.

Author
Stewart Boogert.

Definition at line 33 of file ResultTree.hh.

Member Function Documentation

◆ print()

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

Here is the call graph for this function:

Field Documentation

◆ offendingBranches

std::vector<std::string> ResultTree::offendingBranches

Definition at line 38 of file ResultTree.hh.

◆ t1NEntries

int ResultTree::t1NEntries

Definition at line 36 of file ResultTree.hh.

◆ t2NEntries

int ResultTree::t2NEntries

Definition at line 37 of file ResultTree.hh.


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