Not many big things have changed, but I wanted a named tag to mark when the histogram pool changed how it names it's output histograms. This is a small change that in some ways makes the output histogram file easier to understand.
🚨 Warning
The clang-tidy done in #1803 and subsequent PRs inadvertently introduced a breaking change to our software. Data files written by previous versions of ldmx-sw are not readable by this version (and following versions) due to the rename of member variables. See #1815 for work to resolve this breaking change. If you do not need to develop the C++, drop back to v4.4.7 for the time-being.
What's Changed
- Move TargetENProcessFilter msg to logging system by @tvami in #1844
- More ecal layer stack updated by @tomeichlersmith in #1846
- Ability to compare ratio of weighted histograms by @tomeichlersmith in #1845
- Fix typos in tracking module asserts for debug build by @erik-wallin in #1852
- Improve friendliness of histogram pool by @tomeichlersmith in #1854
Full Changelog: v4.5.1...v4.5.2