hi there,
just to let you know I have just released Go-HEP v0.4
:
the instructions to install Go and Go-HEP
are here:
Version v0.4
sports:
- reading/decoding of
ROOT
files - extracting
TH1x
andTH2x
fromROOT
files - reading “simple”
TTree
s (flat trees containing builtins and arrays/slices of builtins, event-trees of builtins, arrays/slices/std::vector
s of builtins/simple-structs,std::string
s andTString
s) -
root-ls
: a command to inspectROOT
files -
root-srv
: a command that launches a local web-server from which one can inspectROOT
files and plotTH1x
,TH2x
andTTree
s -
root2npy
: a command that converts “simple”TTree
s intonumpy
data files -
root2yoda
: a command that convertsROOT
files into YODA files
and that’s just the purely ROOT
-related stuff.
With Go-HEP, Gonum (numpy/scipy
for Go) and Go you can:
- create nice plots,
- do BLAS/LAPACK and linear algebra
- do stats (univariate, multivariate, histograms, …)
- etc…
Come to Go for the concurrency, and stay for everything else
Cheers,
Sebastien.