Small reproducibility testing improvements
Merged
requested to merge hgraslan/acts-framework:ACTSFW-38-clean_up_reproducibility_testing into master
This is quite an old branch. It was initially also targeted at exploring whether one could speed up the reproducibility testing by including event ID information in ROOT files for faster sorting. But in the end, that turned out to be more work than expected (basically reliant on completing the IWriterT -> WriterT migration), for too little gain, and I need to shift to something else right now, so I'm pushing it as-is.
As currently written, this branch eliminates some code duplication via macros and fixes the comparison function for doubles.
Edited by Hadrien Benjamin Grasland
Merge request reports
Activity
added 6 commits
-
91417da3...0212607e - 2 commits from branch
acts:master
- f03ad8dd - Reduce code duplication in ROOT file comparison using (sane) macros
- b5b9f7f8 - Added NaN-proof comparison function for doubles
- 91043a85 - Don't let clang-format mess with macros, it makes too much of a mess
- 22458a5d - Feed clang-format
Toggle commit list-
91417da3...0212607e - 2 commits from branch
mentioned in commit 887caf28
Please register or sign in to reply