A Very Non-Generic ROOT File to HDF5 Converter
- Free software: GNU General Public License v3
- Documentation: https://root2hdf5.readthedocs.io.
Currently, this conversion only supports:
-
LArCV ROOT files to HDF5.
NOTE: This requires both
ROOT
andLArCV
to be installed. These are not managed bypip
, and thus are not collected inrequirements.txt
. -
ROOT Files with flat TTrees
- This assumes that data is stored in trees in the parent directory. The trees themselves must contain primitives or ntuples in the branches.
- Create the metadata description schema for each file
- Convert over a LArCV file
- Convert over a b2 file
- Convert over a bland ttree file.
Hopefully the conversion scheme should work for each one.