:py:mod:`km3pipe.utils.h5extract` ================================= .. py:module:: km3pipe.utils.h5extract .. autoapi-nested-parse:: 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. .. !! processed by numpydoc !! Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: km3pipe.utils.h5extract.main .. py:function:: main()