km3pipe.utils.h5extractf

A tool to extract data from KM3NeT ROOT files (offline format) to HDF5 fast (hence the f).

Usage:

h5extractf [options] FILENAME h5extractf (-h | –help)

Options:
-o OUTFILE

Output file.

--provenance-file=FILENAME

The file to store the provenance information.

--without-full-reco

Don’t include all reco tracks, only the best.

--without-calibration

Don’t include calibration information for offline hits.

-h –help Show this screen.

Module Contents

Functions

h5extractf(root_file[, outfile, without_full_reco, ...])

main()

Attributes

FORMAT_VERSION

log

km3pipe.utils.h5extractf.FORMAT_VERSION[source]
km3pipe.utils.h5extractf.log[source]
km3pipe.utils.h5extractf.h5extractf(root_file, outfile=None, without_full_reco=False, without_calibration=False)[source]
km3pipe.utils.h5extractf.main()[source]