-
Notifications
You must be signed in to change notification settings - Fork 1.3k
hadd with -n option misses some content #9022
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
Comments
Additional observation: |
Option parsing in From my tests, it appears that |
I'm reassigning to Philippe. I think it boils down to this: when processing the excess files, |
@silverweed Can you check this issue? |
I haven't had a chance to look into the hadd code (TFileMerger) but in 6.24/04 I the following problem. Create two files like this:
now if we hadd these as normal (
hadd merge.root f1.root f2.root
) we get both histograms:but do this with the
-n 1
option I only get h1:The text was updated successfully, but these errors were encountered: