You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the output has been split, i.e. when we find .root, .root.1 ... .root.N the resulting pointer h will be a nullptr, but it will be valid if the file was not split, by just increasing fileSplitSize value (for example).
I wonder if this has an easy fix.
The text was updated successfully, but these errors were encountered:
File splitting was introduced at #190 and #201.
I found out that when the files are split I am not able to use the following to recover the generated histogram
When the output has been split, i.e. when we find
.root
,.root.1
....root.N
the resulting pointerh
will be anullptr
, but it will be valid if the file was not split, by just increasingfileSplitSize
value (for example).I wonder if this has an easy fix.
The text was updated successfully, but these errors were encountered: