Skip to content

Commit

Permalink
Make relation check fail if original LCIO object cannot be found
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Sep 25, 2023
1 parent 309f73a commit 22ffbb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/ComparisonUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ bool compareRelation(const LcioT* lcioElem, const EDM4hepT& edm4hepElem, const M
}
else {
std::cerr << msg << " cannot find LCIO object " << lcioElem << " in object map for relation checking" << std::endl;
return false;
}

return true;
Expand Down

0 comments on commit 22ffbb9

Please sign in to comment.