19#ifndef COMPRESULTTREE_H
20#define COMPRESULTTREE_H
38 std::vector<std::string> offendingBranches;
40 virtual std::string
print()
const
44 ss <<
"File (1/2) entries (" << t1NEntries <<
"/" << t2NEntries <<
")\n";
45 ss <<
"Offending branches: ";
46 for (
const auto& branchName : offendingBranches)
47 {ss << branchName <<
" ";}
Result of comparing 2 TTrees.
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.