Small data analysis library (at very early stage). Inspired by contempt for ROOT.
sh
git clone 'git@github.com:pidhii/pagan.git'
cd pagan
cargo build
You have to compile MINUIT yourself.
sh
git clone 'git@github.com:ramos/minuit.git'
cd minuit
gfortran -fPIC -shared -I minuit *.F -o libminuit.so
Now just somehow notify the linker about where to find this library, and you are ready to go.
Graph
(just a set of points)Histogram
Function
histogram example
graph example