-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Remove empty directories from TFileMerger's output #19331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Doxygen was squashing this block into a paragraph, so it needed to be split off and indented.
Test Results 20 files 20 suites 3d 6h 14m 18s ⏱️ Results for commit 5f1efc2. ♻️ This comment has been updated with latest results. |
Partial merging creates a full directory hierarchy in an output file, even if the user didn't ask for the directories to be merged. Fix root-project#19330.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm but maybe you want an approval also from @pcanal
The current state is draft, is it ready for review? |
|
||
{ | ||
TFileMerger fileMerger(false); | ||
fileMerger.AddFile(input); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For completeness sake, consider using 2 files, selecting 3 histos in the subdirectory(ies) with one of the histos in both file, one of the histo in only the first file, one of the histo only in the second file (in addition to all the histo that are not selected and can be in both files).
even if the user didn't ask for the directories to be merged.
PartialMerge
Update:
#19330