Production of Heavy Quark (HQ) in Ultra Peripheral Collisions (UPC).
This is a sister project of LeProHQ.
We use the meson build system. Make sure to have all external dependencies listed below available on your system.
First, to compile the code run
meson setup builddir
meson compile -C builddir
Next, to launch the program run the generated executable: ./builddir/src/ProHQinUPC
- gsl >= 2.7
- Relativistic Kinematics (RK) >= 1.7
- Dvegas >= 2.0.3 with patched
dvegas.h
anddvegas.cpp
- boost >= 1.74 - used modules are
filesystem
and the headers forformat.hpp
- lhapdf >= 6.4
- Your feedback is welcome! If you want to report a (possible) bug or want to ask for a new feature, please raise an issue:
- Please follow our Code of Conduct and read the Contribution Guidelines