YodaFiles.jl

Julia wrapper for YODA-files used predominantely in HEP packages, such as Rivet.
Author salvolc
Popularity
0 Stars
Updated Last
1 Year Ago
Started In
June 2023

YodaFiles

Creating a package to interface the YODA format for Histograms into Julia. This format is predominantly used in high-energy particle physics such as for the MC validation tool RIVET. For more information on the YODA file format visit the YODA homepage https://yoda.hepforge.org/ or the GitLab at https://gitlab.com/hepcedar/yoda

Build Status Coverage License

Example of Histo1D objects

using YodaFiles
using Plots

myhist = get_all_histograms("myfile.yoda") # Returns a 2D array with names and histograms
plot(myhist[1,2])

histerrs = get_all_errs("myfile.yoda") # Returns the uncertainties of the histograms as an array

Used By Packages

No packages found.