km3pipe.utils.hdf2root

Convert HDF5 to vanilla ROOT.

Can convert multiple files at once, “foo.h5” -> “foo.h5.root”.

Usage:
hdf2root [–verbose] FILES… hdf2root (-h | –help) hdf2root –version
Options:
-h –help Show this screen. –verbose Print more info [default: False]

Module Contents

Functions

hdf2root(infile, outfile, verbose=False)
main()
km3pipe.utils.hdf2root.hdf2root(infile, outfile, verbose=False)[source]
km3pipe.utils.hdf2root.main()[source]