Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scarrazza/libhfill
A histogramming library for Monte Carlo programs
https://github.com/scarrazza/libhfill
Last synced: about 1 month ago
JSON representation
A histogramming library for Monte Carlo programs
- Host: GitHub
- URL: https://github.com/scarrazza/libhfill
- Owner: scarrazza
- License: gpl-3.0
- Created: 2015-01-09T21:23:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T10:45:15.000Z (almost 10 years ago)
- Last Synced: 2023-04-05T22:47:18.612Z (over 1 year ago)
- Language: C++
- Homepage: http://libhfill.hepforge.org/
- Size: 172 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libHfill
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.- Program to fill histogram in eta, pT, w
- Requirements: ROOT, g++, gfortran
- Examples in test
- The histograms bins are controlled in src/hfill.cc## Installation
Download the latest release from https://github.com/scarrazza/libhfill/releases.
Checkout the code from our repository and compile the code using the following procedure:
```Shell
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.