Skip to content

ktf/AliceO2

This branch is 76 commits ahead of AliceO2Group/AliceO2:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 15, 2020
1952631 · Sep 15, 2020
Sep 15, 2020
Apr 9, 2020
Sep 14, 2020
Jul 16, 2020
Sep 8, 2020
Sep 14, 2020
Sep 14, 2020
Aug 26, 2020
May 6, 2020
Sep 14, 2020
Sep 9, 2020
Sep 7, 2020
Sep 14, 2020
Apr 8, 2020
Sep 14, 2020
Sep 4, 2020
Jul 9, 2019
Aug 27, 2020
Aug 27, 2020
Sep 8, 2020
Aug 22, 2019
Aug 27, 2020
Sep 8, 2020
Sep 9, 2020
Apr 20, 2020
Aug 5, 2019
Sep 27, 2017
Jul 9, 2019
Sep 9, 2020
Jan 13, 2020
Jul 5, 2020
Aug 12, 2020
Sep 4, 2017
Dec 18, 2018
Jun 16, 2020
Jan 25, 2018

Repository files navigation

ALICE O2 software {#mainpage}

codecov JIRA DOI

Scope

The ALICE O2 software repository contains the framework, as well as the detector specific, code for the reconstruction, calibration and simulation for the ALICE experiment at CERN for Run 3 and 4. It also encompasses the commonalities such as the data format, and the global algorithms like the global tracking. Other repositories in AliceO2Group contain a number of large common modules, for instance for Monitoring or Configuration.

Website

The main entry point for O2 information is here. A quickstart page can be found under https://aliceo2group.github.io/.

Building / Installation

In order to build and install O2 with aliBuild you can follow this tutorial.

Discussion Forum

Users can ask for support in ALICE Talk.

Issue tracking system

We use JIRA to track issues. Report a bug here. Add the JIRA issue key (e.g. O2-XYZ) to the PR title or in a commit message to have the PR/commit appear in the JIRA ticket.

Coding guidelines

The Coding Guidelines are here. See below how to format your code accordingly.

Doxygen

Documentation pages: https://aliceo2group.github.io/AliceO2/.

cmake --build . --target doc will generate the doxygen documentation. To access the resulting documentation, open doc/html/index.html in your build directory. To install the documentation when calling cmake --build . -- install (or cmake --install for CMake >= 3.15) turn on the variable DOC_INSTALL.

The instruction how to add the documentation pages (README.md) are available here.

Build system (cmake) and directory structure

The code organisation is described here. The build system (cmake) is described here.

Formatting

Rules and instructions are available in the repository CodingGuidelines.

About

O2 project for the ALICE experiment at CERN

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.8%
  • C 4.0%
  • CMake 2.0%
  • Shell 0.5%
  • TeX 0.5%
  • Cuda 0.5%
  • Other 0.7%