laura is hosted by Hepforge, IPPP Durham

Laura++ Documentation

This is the documentation page for the Laura++ project.

Laura++ paper

A paper describing the package has been published (Open Access) in Computer Physics Communications:
https://doi.org/10.1016/j.cpc.2018.04.017
It is also available from the arXiv:
https://arxiv.org/abs/1711.09854

Getting the code

A copy of the source code can be downloaded from the download area, which contains gzipped tar files of all tagged versions.

Alternatively, the git repository can be cloned from the following URL:
https://phab.hepforge.org/source/laura.git
After cloning you can checkout a particular tag by doing e.g.:
git checkout v3r5

In order to keep up to date with announcements of new releases etc. please subscribe to the laura-announce mailing list.

Compiling the code

The package depends only on ROOT. Before building the code, it is necessary that either the ROOTSYS environment variable be set or that the root-config program be in the PATH.

The code is compiled using a Makefile, which should work on Linux and MacOSX. Simply run make in the top level directory and the library should appear in the lib subdirectory.

We plan to use CMake for the build system very soon, which should allow greater portability.

Getting started

You can find an initial quick-start guide here, which introduces some of the code in the examples/ subdirectory of the package. In particular, it describes the main features of the example GenFit3pi.cc. The examples can be compiled by running make in that directory.

Doxygen

Each released version of the code comes with accompanying doxygen documentation. The latest release is always directly linked here, or you can browse for a specific release.

Submitting bug reports or feature requests

Following the migration of HepForge to Phabricator we have migrated our bug tracking to the new interface:
Laura++ Workboard
where the currently open tasks can be viewed, as well as details of the progress on implementing them.
To submit a bug report or feature request, please write to the developer mailing list, which can also be used to ask questions.
For those with a CERN account you can also ask questions on our Mattermost channel.