pagan

Small data analysis library (at very early stage). Inspired by contempt for ROOT.

Backends: gnuplot and MINUIT.

Build

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.

Features

TODO

Examples

histogram example histogram example

graph example graph example