- For reading/writing
.root
files using Julia package, check out UnROOT.jl - For C++ ROOT wrapper packages, check out ROOT.jl and RootIO.jl
- For awkward array support, check out AwkwardArray.jl
UpROOT.jl makes it possible to read and write CERN ROOT files without requiring a ROOT installation. It is a wrapper around the Python package uproot, which provides a pure-Python implementation of ROOT I/O. There also exists a pure-Julia ROOT file reading library UnROOT.jl that is built for speed and memory efficiency.
See the documentation for details: