libhfill is hosted by Hepforge, IPPP Durham

missing logoA histogramming library for Monte Carlo programs



libHfill is a library which provides a simple interface to output results using custom experimental binning. The interface is provided in C/C++ and Fortran. The library comes with the kinematical bins of jet data from LHC and Tevatron. libHfill has been used in this study.

News:

New libHfill 1.0.0 release. This release includes the following jet experimental binning:

Download

The last stable release is libHfill v1.0.0 (download tgz). You may obtain libHfill v1.0.0 directly from the github repository. To do so, visit the release page.

For the last development version you may clone the master code:

git clone https://github.com/scarrazza/libhfill.git

Installation

Checkout the code from our github repository and compile the code using the following procedure:

cd libhfill-x.x.x
make

You find some examples in the "test" folder. By the default, the Makefile will create a dynamic library, i.e. libHFILL.so, so remember to export the *.so path to the LD_LIBRARY_PATH before running your program.