We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hadd
A future feature that you pitched was to support hadd (as in $ROOTSYS/bin/hadd). One common issue is that if one wants to hadd a large number of files, e.g. from hundreds of batch jobs, this leads to very high memory usage. The workaround typically is to do this recursively, see e.g. https://gist.github.com/Nepomuk/588832a90824b634ad01 and https://gist.github.com/AndiH/121e3d89fc647fb65338
$ROOTSYS/bin/hadd
When implementing such a feature for hepconvert, it would be nice to preempt such limitations.
hepconvert
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A future feature that you pitched was to support
hadd
(as in$ROOTSYS/bin/hadd
). One common issue is that if one wants tohadd
a large number of files, e.g. from hundreds of batch jobs, this leads to very high memory usage. The workaround typically is to do this recursively, see e.g. https://gist.github.com/Nepomuk/588832a90824b634ad01 and https://gist.github.com/AndiH/121e3d89fc647fb65338When implementing such a feature for
hepconvert
, it would be nice to preempt such limitations.The text was updated successfully, but these errors were encountered: