veprbl / EICrecon

EIC Reconstruction - JANA based

Home Page:https://eic.github.io/EICrecon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI status DOI

EICrecon

JANA based reconstruction for the ePIC detector

The repository contains reconstruction source code for the ePIC detector. Its function is to take real or simulated data and reconstruct it into physical values for later analysis.

If you are new to EIC software then you should start with the tutorials which can be found here: https://indico.bnl.gov/category/443/

A tutorial on JANA2 is available here

Compilation

To configure, build, and install (to the install directory), use the following commands:

cmake -B build -S . -DCMAKE_INSTALL_PREFIX=install
cmake --build build
cmake --install build

To change the default build type, add for example -DCMAKE_BUILD_TYPE=Debug to the first CMake configure step.

To load, you can use the scripts in the install directory:

source install/bin/eicrecon-this.sh

About

EIC Reconstruction - JANA based

https://eic.github.io/EICrecon

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 89.0%Language:CMake 7.2%Language:C 2.6%Language:Python 1.0%Language:Shell 0.3%