Skip to content

eic/EICrecon

Folders and files

NameName
Last commit message
Last commit date
Jan 5, 2024
Mar 5, 2025
Mar 14, 2025
Sep 19, 2024
Mar 14, 2025
Dec 29, 2022
Dec 5, 2023
Jul 27, 2023
Feb 7, 2025
Apr 17, 2024
Jul 9, 2022
Feb 6, 2025
Mar 14, 2025
Feb 7, 2025
Sep 19, 2023
Jan 15, 2024
Oct 18, 2022
Jan 3, 2024

Repository files navigation

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