View on GitHub

Geant4 Zero to Hero

The Definitive Guide for End Users

Home Analysis

Julia for Geant4 Data Analysis

Utilizing https://github.com/JuliaHEP/UpROOT.jl, one can load simulation results in ROOT format in Julia:

julia> import Pkg
julia> Pkg.add("UpROOT")
julia> using UpROOT
julia> file = TFile("gears.root")
julia> tree = file["t"]
julia> tree.x