Fix segfault when ttree2hdf5 runs on empty files
When ttree2hdf5 was passed and empty file would segfault. This commit adds some protection against that situation. I also added a thin wrapper on the `main(...)` function to catch logic errors and make the error handling slightly cleaner. Former-commit-id: 7bff2a1bb32a01992738e5d709136c21c9989535
Please register or sign in to comment