Page MenuHomeHEPForge

README.md
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

README.md

# High Energy Jets
High Energy Jets (HEJ) is a Monte Carlo generator for all-order summation of
high-energy logarithms. It can be used as both a C++ library and standalone
executable.
For further informations and questions please visit
> https://hej.hepforge.org/
The latest version can be downloaded from
> https://hej.hepforge.org/downloads.html
## Installation
HEJ can be installed via [CMake](https://cmake.org/) version 3.1 or later by
running
```sh
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=target/directory
make install
```
Replace "target/directory" with the directory where HEJ should be installed to.
HEJ depends on multiple external packages, a full list is given in the
user documentation (i.e. https://hej.hepforge.org/doc/current/user/).
The minimal requirements are:
* A compiler supporting the C++14 standard (e.g. gcc 5 or later)
* [CLHEP](https://gitlab.cern.ch/CLHEP/CLHEP)
* [FastJet](http://fastjet.fr/)
* IOStreams and uBLAS from the [boost libraries](https://boost.org/)
* [LHAPDF](https://lhapdf.hepforge.org/)
* [yaml-cpp](https://github.com/jbeder/yaml-cpp)
We also provide a Fixed Order Generator for the HEJ matrix elements as a
separate executable. To install it run the same commands as above in the
[_FixedOrderGen_](FixedOrderGen) directory.
## Documentation
All documentation is hosted on
> https://hej.hepforge.org/
To generate the user documentation locally run
(requires [sphinx](http://sphinx-doc.org/))
```sh
cd build
make sphinx
xdg-open doc/sphinx/html/index.html
```
The code documentation can be built through [doxygen](http://doxygen.org/);
```sh
cd build
make doxygen
xdg-open doc/doxygen/html/index.html
```

File Metadata

Mime Type
text/plain
Expires
Tue, Sep 30, 4:42 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6564784
Default Alt Text
README.md (1 KB)

Event Timeline