km3pipe.utils.h5extract

A tool to extract data from KM3NeT ROOT files to HDF5.

Usage:

h5extract [options] FILENAME h5extract (-h | –help) h5extract –version

Options:
-o OUTFILE

Output file.

-n N_EVENTS

Number of events to extract.

--offline-header

The header of an offline file.

--event-info

General event information.

--offline-hits

Offline hits.

--with-calibration

Include calibration information for offline hits.

--mc-hits

MC hits (use with care!).

--online-hits

Snapshot and triggered hits (combined).

--mc-tracks

MC tracks..

--mc-tracks-usr-data

“usr” data from MC tracks (this will be slow).

--reco-tracks

Reconstructed tracks.

--best-tracks

Write a separate best track dataset for each known reco.

--provenance-file=FILENAME

The file to store the provenance information.

--timeit

Print detailed pipeline performance statistics.

--step-size=N

Number of events to cache or amount of data [default: 2000].

--aashower-legacy

Use only with old MC files where aashower rec_stage=100 (now it is 300)

-h –help Show this screen. –version Show the version.

Module Contents

Functions

main()

km3pipe.utils.h5extract.main()[source]