Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 509 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 509 Bytes

GooFit used by GooStats

Building status of main: main Cpp-lint check: cpp-linter

GooStats for Borexino

installation guide

git clone --recursive [email protected]:GooStats/GooFit

## then salloc ...
mkdir build_GooFit
cd build_GooFit
cmake ../GooFit
make -j

that's it.

test

cd build_GooFit
ctest