Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

v1.4.2 : ensure run tree is written to output event file

Latest
Compare
Choose a tag to compare
@tomeichlersmith tomeichlersmith released this 30 Jan 15:58
· 1 commit to trunk since this release

If a processor was calling getHistoDirectory() during processing (and not just in onProcessStart()), then the run tree would end up in the output histogram file and not the output event file. This simply adds the extra directory movement necessary to inform ROOT that we want the run tree in the output event file.

What's Changed

Full Changelog: v1.4.1...v1.4.2