references

$\tt{HEPfit}$ Manual:


An introduction to $\texttt{HEPfit}$ along with some selected results and instructions for installation and usage can be found in arXiv:1910.14012.

support

Support email: hepfit-support[at]roma1.infn.it.
You can also connect to us through our secial network pages linked below.

The $\texttt{HEPfit}$ Developers

downloads

Current Version: $\texttt{HEPfit v1.0}$
Developer Version: $\texttt{HEPfit @ GitHub}$
Previous Versions: $\texttt{HEPfit v1.0-RC1}$
Dependencies: $\texttt{GSL}$, $\texttt{ROOT}$, $\texttt{BOOST}$, $\texttt{BAT}$
Build System: $\texttt{CMake}$,

Installation Instructions: Online Documentation
Documentation & Examples: Online Documentation

Installation

Easy Installation:
» tar zxvf HEPfit-1.0.tar.gz
» cd HEPfit-1.0
» mkdir build && cd build
» cmake .. -DLOCAL_INSTALL_ALL=ON -DMPIBAT=ON
» make
» make install


Example codes can be found in build/examples.