Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8723450
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
View Options
diff --git a/doc/sphinx/installation.rst b/doc/sphinx/installation.rst
index 8e971e0..a8963c4 100644
--- a/doc/sphinx/installation.rst
+++ b/doc/sphinx/installation.rst
@@ -1,63 +1,64 @@
.. _Installation:
Installation
============
Download
--------
Reversed HEJ is developed using the `git version control system
<https://git-scm.com/>`_. To get a copy of reversed HEJ, install git and
run::
git clone https://gitlab.dur.scotgrid.ac.uk/hej/reversed_hej
Prerequisites
-------------
Before installing reversed HEJ, you need the following programs and
libraries:
- `cmake <https://cmake.org/>`_ version 3.1
- A compiler supporting the C++14 standard, for example `gcc <https://gcc.gnu.org/>`_ 5 or later
- `FastJet <http://fastjet.fr/>`_
- `CLHEP <https://gitlab.cern.ch/CLHEP/CLHEP>`_
- `LHAPDF <https://lhapdf.hepforge.org/>`_
- `gsl <https://www.gnu.org/software/gsl/>`_
- `Boost.IOStreams <https://www.boost.org/doc/libs/release/libs/iostreams/>`_
+- `yaml-cpp <https://github.com/jbeder/yaml-cpp>`_
If you want to include finite top mass corrections in Higgs boson + jets
production, you additionally need version 2 of the `QCDloop
<https://github.com/scarrazza/qcdloop>`_ library. Reversed HEJ supports
versions 2 and 3 of `HepMC <https://hepmc.web.cern.ch/hepmc/>`_ if it is
installed, but does not require it.
Compilation
-----------
To compile and install reversed HEJ run::
cmake source/directory -DCMAKE_INSTALL_PREFIX=target/directory -DCMAKE_BUILD_TYPE=Release
make install
:file:`source/directory` is the directory containing the file
:file:`CMakeLists.txt`. If you omit
:code:`-DCMAKE_INSTALL_PREFIX=target/directory` reversed HEJ will be
installed to some default location.
In case some of the aforementioned prerequisites are not found by
:code:`cmake` you can give a hint by adding an additional argument
:code:`-Dlibname_ROOT_DIR=/directory/with/library`, where
:code:`libname` should be replaced by the name of the library in
question.
Testing
-------
To test your installation, download the NNPDF 2.3 PDF set with::
lhapdf install NNPDF23_nlo_as_0119
and run::
make test
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Jan 20, 8:36 PM (16 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4242254
Default Alt Text
(2 KB)
Attached To
rHEJ HEJ
Event Timeline
Log In to Comment