19#ifndef COMPRESULTEVENTTREE_H
20#define COMPRESULTEVENTTREE_H
23#include "ResultEvent.hh"
39 std::vector<int> offendingEvents;
40 std::vector<ResultEvent> eventResults;
42 virtual std::string
print()
const
46 ss <<
"Event Tree (1/2) entries (" << t1NEntries <<
"/" << t2NEntries <<
")\n";
47 ss <<
"Offending event numbers: ";
48 for (
const auto& eventNo : offendingEvents)
49 {ss << eventNo <<
" ";}
50 for (
const auto& eventResult : eventResults)
52 if (!eventResult.passed)
53 {ss << eventResult.print();}
Result of comparison of all entries in an Event tree in BDSIM output.
virtual std::string print() const
Print the result of the test - ie information store in the class.
virtual std::string print() const
Print the result of the test - ie information store in the class.